This commit is contained in:
Bryant 2023-11-27 16:29:47 +08:00
parent 26b18fca09
commit 3129045a8c
1 changed files with 2 additions and 1 deletions

View File

@ -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