File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
5
5
labels :
6
6
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy : " true"
7
7
container_name : ${NGINX_WEB}
8
- restart : unless-stopped
8
+ restart : always
9
9
ports :
10
10
- " ${IP}:80:80"
11
11
- " ${IP}:443:443"
@@ -19,7 +19,7 @@ services:
19
19
image : jwilder/docker-gen
20
20
command : -notify-sighup ${NGINX_WEB} -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
21
21
container_name : ${DOCKER_GEN}
22
- restart : unless-stopped
22
+ restart : always
23
23
volumes :
24
24
- ${NGINX_FILES_PATH}/conf.d:/etc/nginx/conf.d
25
25
- ${NGINX_FILES_PATH}/vhost.d:/etc/nginx/vhost.d
@@ -31,7 +31,7 @@ services:
31
31
nginx-letsencrypt :
32
32
image : jrcs/letsencrypt-nginx-proxy-companion
33
33
container_name : ${LETS_ENCRYPT}
34
- restart : unless-stopped
34
+ restart : always
35
35
volumes :
36
36
- ${NGINX_FILES_PATH}/conf.d:/etc/nginx/conf.d
37
37
- ${NGINX_FILES_PATH}/vhost.d:/etc/nginx/vhost.d
You can’t perform that action at this time.
0 commit comments