forked from CCCHH/ansible-infra
fix docker compose services not coming up after reboot
Fix the issue by adding missing restart configuration to docker compose deployments.
This commit is contained in:
parent
7a9929c66d
commit
8e5b0083b3
4 changed files with 7 additions and 1 deletions
|
|
@ -19,4 +19,5 @@ services:
|
|||
- 8080:80
|
||||
volumes:
|
||||
- ./configs/acmedns.cfg:/etc/acme-dns/config.cfg:ro
|
||||
- ./data/acmedns:/var/lib/acme-dns
|
||||
- ./data/acmedns:/var/lib/acme-dns
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue