always restart nginx container
This commit is contained in:
parent
145e4cea08
commit
8f7f9e7442
|
@ -19,6 +19,7 @@ services:
|
|||
- nginx_network
|
||||
letsencrypt:
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
restart: always
|
||||
container_name: nginx-proxy-le
|
||||
volumes:
|
||||
- gunicorn-socket:/var/gunicorn
|
||||
|
|
Loading…
Reference in a new issue