Added 'restart: always' to nginx

pull/13/head
Jef Roosens 2021-04-23 16:34:14 +02:00
parent 0a6ffbf67d
commit ddb8555c7b
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 0 deletions

View File

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