From 94c52211b96db54ed58d45fb6635505dcf07e93b Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 2 Jan 2019 23:13:13 +0100 Subject: [PATCH] restart option --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8380fa6..148c666 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}