Added 'restart: always' to nginx
parent
0a6ffbf67d
commit
ddb8555c7b
|
@ -4,6 +4,7 @@ services:
|
|||
app:
|
||||
build: './nginx'
|
||||
image: 'nginx-certbot:stable-alpine'
|
||||
restart: 'always'
|
||||
|
||||
env_file:
|
||||
- '.env'
|
||||
|
|
Reference in New Issue