diff --git a/nginx-proxy/docker-compose.yaml b/nginx-proxy/docker-compose.yaml index d5058b5..a3c14d5 100644 --- a/nginx-proxy/docker-compose.yaml +++ b/nginx-proxy/docker-compose.yaml @@ -3,6 +3,7 @@ services: nginx: image: nginx container_name: nginx + restart: unless-stopped ports: - "80:80" - "443:443" @@ -19,6 +20,7 @@ services: container_name: dockergen command: -notify-sighup nginx -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf + restart: unless-stopped volumes_from: - nginx volumes: @@ -30,6 +32,7 @@ services: acme-companion: image: nginxproxy/acme-companion + restart: unless-stopped volumes_from: - nginx volumes: