bug fix
This commit is contained in:
parent
26b18fca09
commit
3129045a8c
|
@ -6,7 +6,8 @@ services:
|
|||
ports:
|
||||
- "8001:8080"
|
||||
stop_grace_period: 1m30s
|
||||
volumes: - "/var/run/docker.sock:/var/run/docker.sock"
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
deploy:
|
||||
update_config:
|
||||
failure_action: rollback
|
||||
|
|
Loading…
Reference in New Issue