Skip to content

Commit 478398c

Browse files
committed
Update docker-compose.yml
1 parent d056659 commit 478398c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
image: httpd:latest
5050
container_name: webserver
5151
networks:
52-
- backend
52+
- backend
5353
volumes:
5454
- 'html:${WEBSERVER_DOC_ROOT}'
5555
- type: bind
@@ -76,7 +76,7 @@ services:
7676
- 'certbot-etc:${LETSENCRYPT_CONF_PREFIX}'
7777
- 'certbot-var:/var/lib/letsencrypt'
7878
- '/tmp/acme-challenge:/tmp/acme-challenge'
79-
restart: unless-stopped
79+
restart: unless-stopped
8080
healthcheck:
8181
test: ["CMD-SHELL", "test -d ${LETSENCRYPT_CONF_PREFIX}/live/${DOMAIN_NAME} || exit 1"]
8282
interval: 5s

0 commit comments

Comments
 (0)