bug fix
This commit is contained in:
parent
0918417f09
commit
26b18fca09
|
@ -1,12 +1,15 @@
|
|||
visualizer:
|
||||
image: dockersamples/visualizer:stable
|
||||
ports:
|
||||
- "8001:8080"
|
||||
stop_grace_period: 1m30s
|
||||
volumes: - "/var/run/docker.sock:/var/run/docker.sock"
|
||||
deploy:
|
||||
update_config:
|
||||
failure_action: rollback
|
||||
placement:
|
||||
constraints:
|
||||
- 'node.role == manager'
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
visualizer:
|
||||
image: dockersamples/visualizer:stable
|
||||
ports:
|
||||
- "8001:8080"
|
||||
stop_grace_period: 1m30s
|
||||
volumes: - "/var/run/docker.sock:/var/run/docker.sock"
|
||||
deploy:
|
||||
update_config:
|
||||
failure_action: rollback
|
||||
placement:
|
||||
constraints:
|
||||
- 'node.role == manager'
|
Loading…
Reference in New Issue