Added 'restart: always' to nginx

This commit is contained in:
Jef Roosens 2021-04-23 16:34:14 +02:00
parent 0a6ffbf67d
commit ddb8555c7b
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -4,6 +4,7 @@ services:
app:
build: './nginx'
image: 'nginx-certbot:stable-alpine'
restart: 'always'
env_file:
- '.env'