restart option
This commit is contained in:
parent
2557ba4c68
commit
94c52211b9
@ -6,7 +6,7 @@ services:
|
|||||||
image: nginx:stable
|
image: nginx:stable
|
||||||
volumes:
|
volumes:
|
||||||
- ${WEBROOT_PATH}:/usr/share/nginx/html
|
- ${WEBROOT_PATH}:/usr/share/nginx/html
|
||||||
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: ${VIRTUAL_HOST}
|
VIRTUAL_HOST: ${VIRTUAL_HOST}
|
||||||
LETSENCRYPT_HOST: ${LETSENCRYPT_HOST}
|
LETSENCRYPT_HOST: ${LETSENCRYPT_HOST}
|
||||||
|
Loading…
Reference in New Issue
Block a user