Skip to content

Commit 2f0b6a6

Browse files
committed
Swapped cp to volume mount as apache is already booted and does not respect VirtualHost
1 parent 34d3534 commit 2f0b6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wordpress-vs-hugo/wordpress-minimal/usage_scenario.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ services:
2727
WORDPRESS_TABLE_PREFIX: wp_
2828
networks:
2929
- wordpress-minimal-network
30-
setup-commands:
31-
- cp /tmp/repo/wordpress-vs-hugo/wordpress-minimal/wordpress.conf /etc/apache2/sites-enabled/wordpress.conf
30+
volumes:
31+
- ./wordpress.conf:/etc/apache2/sites-enabled/wordpress.conf:ro
3232
gcb-curl:
3333
image: curlimages/curl
3434
networks:

0 commit comments

Comments
 (0)