Skip to content

Commit

Permalink
Expose the available config with the defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Feb 6, 2024
1 parent 358a4dc commit 8805e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ services:
- ./vip-config:/var/www/html/vip-config # Match the VIP production setup where vip-config is mapped to the root directory.
- webgrind_data:/tmp
environment:
APACHE_DOCUMENT_ROOT: /var/www/html
VIRTUAL_HOST: ${DEV_URL:-local.wpenv.net}, *.${DEV_URL:-local.wpenv.net}
SMTPSERVER: mailhog
EMAIL: local@${DEV_URL:-local.wpenv.net}
Expand Down

0 comments on commit 8805e73

Please sign in to comment.