restart option

This commit is contained in:
Christoph Haas 2019-01-02 23:13:13 +01:00
parent 2557ba4c68
commit 94c52211b9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
image: nginx:stable
volumes:
- ${WEBROOT_PATH}:/usr/share/nginx/html
restart: unless-stopped
environment:
VIRTUAL_HOST: ${VIRTUAL_HOST}
LETSENCRYPT_HOST: ${LETSENCRYPT_HOST}