From 07077a4fd922aff66ea63db74ce34763fcabb2fa Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Thu, 9 Oct 2025 01:30:40 +0200 Subject: [PATCH] [nginx-proxy] Set containers to restart always --- nginx-proxy/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx-proxy/docker-compose.yaml b/nginx-proxy/docker-compose.yaml index 0f1450e..a9efaa8 100644 --- a/nginx-proxy/docker-compose.yaml +++ b/nginx-proxy/docker-compose.yaml @@ -3,7 +3,7 @@ services: nginx: image: nginx container_name: nginx - restart: unless-stopped + restart: always ports: - "80:80" - "443:443" @@ -21,7 +21,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 + restart: always environment: - ENABLE_IPV6=true volumes_from: @@ -35,7 +35,7 @@ services: acme-companion: image: nginxproxy/acme-companion - restart: unless-stopped + restart: always volumes_from: - nginx volumes: