Update run.sh

This commit is contained in:
Felix Schulze 2023-02-22 10:03:38 +01:00 committed by GitHub
parent 2665a153a3
commit fe1becaa7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
run.sh
View File

@ -12,7 +12,7 @@ cat >> update.sh << 'END'
cd /root cd /root
docker compose pull docker compose pull
docker compose up --detach --force-recreate --pull always docker compose up --detach --force-recreate
docker image prune -f docker image prune -f
END END