Skip to content

Commit 81f37df

Browse files
committed
Update docker-compose.yml
1 parent bcba233 commit 81f37df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ services:
6060
- drupal
6161
environment:
6262
TZ: '${LOCAL_TIMEZONE}'
63-
63+
command: bash -c "sed -i 's/example.com/${DOMAIN_NAME}/g' ${HTTPD_PREFIX}/conf/extra/httpd-vhosts.conf && httpd -t; httpd-foreground"
64+
6465
certbot:
6566
depends_on:
6667
- proxy

0 commit comments

Comments
 (0)