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:
|
||||
# - /data/nfs/Baxter/Docker/Code/config:/config
|
||||
- /data/nfs/znas/Docker/Code/config:/config
|
||||
- /DockerVol/code:/Data
|
||||
- /DockerVol/code/config:/config
|
||||
- /DockerVol/code/data:/Data
|
||||
|
||||
|
||||
ports:
|
||||
- target: 8443
|
||||
|
|
@ -31,7 +32,7 @@ services:
|
|||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == docker2
|
||||
- node.hostname == znas
|
||||
labels:
|
||||
# Homepage
|
||||
homepage.group: "Applications"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue