Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-05-30 21:55:41 +02:00 committed by GitHub
parent 40ba2b259e
commit b3e03a108e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -718,7 +718,7 @@ run_mysql_docker_container() {
--memory="1g" --cpus="1" \
--restart=always \
--oom-kill-disable \
mysql/mysql-server
mysql/mysql-server > /dev/null 2>&1
if docker ps -a --format '{{.Names}}' | grep -q "openpanel_mysql"; then