modified: README.md
All checks were successful
deploy / deploy (push) Successful in 4s

modified:   services/code-server/docker-compose.yaml
modified:   services/code-server/docker-run.sh
This commit is contained in:
2024-08-24 23:15:15 +01:00
parent cc9cc282d3
commit 1d157000d0
3 changed files with 45 additions and 54 deletions

View File

@@ -4,8 +4,8 @@ scriptPath="$(dirname "$(readlink -f "$0")")"
currentPath=$PWD
cd $scriptPath
docker-compose pull
docker-compose up --force-recreate --build -d
docker compose pull
docker compose up --force-recreate --build -d
cd $currentPath