Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-06-29 08:00:56 +02:00 committed by GitHub
parent 11d771b37a
commit 4209bceecc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -598,7 +598,7 @@ docker_compose_up(){
ln -s /etc/openpanel/mysql/db.cnf /etc/my.cnf > /dev/null 2>&1
sed -i 's/password = .*/password = '"${MYSQL_ROOT_PASSWORD}"'/g' ${ETC_DIR}mysql/db.cnf > /dev/null 2>&1
wget -O docker-compose.yml https://gist.githubusercontent.com/stefanpejcic/2e96bc763d43065b7cbe3149cef38292/raw/a8db84a9c161b452a229fd408f6c74f2e21d7627/new_docker_compose.yml > /dev/null 2>&1
wget -O docker-compose.yml https://gist.githubusercontent.com/stefanpejcic/206d04b2561015734e4b625ee923b4db/raw/e6b5c3b3feba92b6a3fb01ed07838095bf14f478/newer_compose.yml > /dev/null 2>&1
# start the stack
docker compose up -d