From 331a2165d90b21c38919bbb4e14bf36f382bbc21 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 28 Jun 2024 22:43:01 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index 9460cc4f..afe98c70 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -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/39c6a2f7d79c13d342601e2b0f14c6b8/raw/4b104d1adb986753f19827bcc37cf0fc39b66586/docker-compose.yml > /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 # start the stack docker compose up -d