restart: always

This commit is contained in:
lain0 2020-09-04 18:19:11 +03:00
parent e87adf4678
commit c7007dc7a8
No known key found for this signature in database
GPG Key ID: 84025746A18289B1

View File

@ -13,6 +13,7 @@ volumes:
services:
nginx-proxy:
image: jwilder/nginx-proxy
restart: always
ports:
- "80:80"
- "443:443"
@ -26,6 +27,7 @@ services:
letsencrypt:
image: jrcs/letsencrypt-nginx-proxy-companion:latest
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /apps/docker-articles/nginx/vhost.d:/etc/nginx/vhost.d