Skip to content

Commit

Permalink
feat(compose): use environment variables to set the hostname in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Jan 27, 2021
1 parent 26b58dc commit 960f824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
- frontend
depends_on:
- magento2
environment:
- MAGENTO2_UPSTREAM=magento2
magento2:
image: graycore/magento-php:7.2-fpm-alpine-develop
restart: always
Expand Down

0 comments on commit 960f824

Please sign in to comment.