Fix docker commands

This commit is contained in:
Akumatic 2025-04-10 21:25:23 +00:00
parent de45ba5398
commit 549b4ce39c

View File

@ -4,6 +4,6 @@ cd $(dirname $0)
if [[ $(git fetch) ]]; then
git pull
docker-compose pull
docker-compose up -d
docker compose pull
docker compose up -d
fi