feat: restart traefik automatically unless stopped

This commit is contained in:
Jose Diaz-Gonzalez
2022-08-10 04:45:39 -04:00
parent aeaf8e78f1
commit bebb05268c

View File

@@ -49,6 +49,8 @@ services:
- "80:80"
- "443:443"
restart: unless-stopped
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
- "{{ $.TRAEFIK_DATA_DIR }}/traefik-acme.json:/acme.json"