modified: services/code-server/docker-compose.yaml modified: services/code-server/docker-run.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user