Update install.sh

This commit is contained in:
Stefan Pejcic 2025-01-21 12:16:55 +01:00 committed by GitHub
parent fde595c198
commit 568858efe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -683,6 +683,10 @@ docker_compose_up(){
else
echo -e "[${GREEN} OK ${RESET}] MySQL service started successfuly"
fi
# needed from 1.0.0 for docker contexts to work both inside openpanel ui contianer nad host os
ln -s / /hostfs
}