refactor: Remove unnecessary code for creating coolify network in upgrade.sh

This commit is contained in:
Andras Bacsai 2024-08-29 14:22:58 +02:00
parent 9cdff0393f
commit 065e1b588b

View File

@ -25,7 +25,8 @@ if grep -q "PUSHER_APP_SECRET=$" /data/coolify/source/.env; then
fi fi
# Make sure coolify network exists # Make sure coolify network exists
docker network create --attachable coolify 2>/dev/null # It is created when starting Coolify with docker compose
# docker network create --attachable coolify 2>/dev/null
# docker network create --attachable --driver=overlay coolify-overlay 2>/dev/null # docker network create --attachable --driver=overlay coolify-overlay 2>/dev/null
if [ -f /data/coolify/source/docker-compose.custom.yml ]; then if [ -f /data/coolify/source/docker-compose.custom.yml ]; then