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