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