nginx: set restart always

This commit is contained in:
Daniel Meiburg 2023-10-03 10:07:18 +02:00
parent 59e14c1575
commit 06396d783f
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ services:
nginx-proxy:
image: nginxproxy/nginx-proxy:alpine
container_name: nginx-proxy
restart: always
ports:
- "80:80"
- "443:443"
@ -18,6 +19,7 @@ services:
acme-companion:
image: nginxproxy/acme-companion
container_name: nginx-proxy-acme
restart: always
environment:
DEFAULT_EMAIL: ${EMAIL}
volumes_from: