modified: services/code-server/docker-compose.yaml modified: services/code-server/docker-run.sh
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- code-server_config:/config
|
||||
- code-server_root:/root
|
||||
- has_config:/config/workspace/host/repos/homesrv01.dev.lan/services/has/volumes/config
|
||||
- has_config:/config/workspace/has/volumes/config
|
||||
- ./../nginx/volumes/nginx_conf:/config/workspace/host/repos/homesrv01.dev.lan/services/nginx/volumes/nginx_conf
|
||||
#- mosquitto_config:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/config
|
||||
#- mosquitto_data:/config/workspace/host/repos/homesrv01.dev.lan/services/mosquitto/volumes/data
|
||||
|
||||
@@ -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