fix docker compose services not coming up after reboot
All checks were successful
/ Ansible Lint (push) Successful in 2m18s

Fix the issue by adding missing restart configuration to docker compose
deployments.
This commit is contained in:
June 2026-04-02 01:15:11 +02:00
commit 8e5b0083b3
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
4 changed files with 7 additions and 1 deletions

View file

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