vscode fix
This commit is contained in:
parent
061ab0c2c0
commit
10f1511201
1 changed files with 4 additions and 3 deletions
|
|
@ -19,8 +19,9 @@ services:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
# - /data/nfs/Baxter/Docker/Code/config:/config
|
# - /data/nfs/Baxter/Docker/Code/config:/config
|
||||||
- /data/nfs/znas/Docker/Code/config:/config
|
- /DockerVol/code/config:/config
|
||||||
- /DockerVol/code:/Data
|
- /DockerVol/code/data:/Data
|
||||||
|
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- target: 8443
|
- target: 8443
|
||||||
|
|
@ -31,7 +32,7 @@ services:
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == docker2
|
- node.hostname == znas
|
||||||
labels:
|
labels:
|
||||||
# Homepage
|
# Homepage
|
||||||
homepage.group: "Applications"
|
homepage.group: "Applications"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue