refactor: Remove unnecessary code for creating coolify network in upgrade.sh
This commit is contained in:
parent
9cdff0393f
commit
065e1b588b
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ if grep -q "PUSHER_APP_SECRET=$" /data/coolify/source/.env; then
|
|||
fi
|
||||
|
||||
# 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
|
||||
|
||||
if [ -f /data/coolify/source/docker-compose.custom.yml ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue