We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d056659 commit 478398cCopy full SHA for 478398c
docker-compose.yml
@@ -49,7 +49,7 @@ services:
49
image: httpd:latest
50
container_name: webserver
51
networks:
52
- - backend
+ - backend
53
volumes:
54
- 'html:${WEBSERVER_DOC_ROOT}'
55
- type: bind
@@ -76,7 +76,7 @@ services:
76
- 'certbot-etc:${LETSENCRYPT_CONF_PREFIX}'
77
- 'certbot-var:/var/lib/letsencrypt'
78
- '/tmp/acme-challenge:/tmp/acme-challenge'
79
- restart: unless-stopped
+ restart: unless-stopped
80
healthcheck:
81
test: ["CMD-SHELL", "test -d ${LETSENCRYPT_CONF_PREFIX}/live/${DOMAIN_NAME} || exit 1"]
82
interval: 5s
0 commit comments