Skip to content

Commit

Permalink
feat(magento2): add envfile to ENV of magento container
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Nov 24, 2020
1 parent 41f4187 commit 6ad018d
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 @@ -16,6 +16,8 @@ services:
networks:
- frontend
- backend
env_file:
- ./.env
database:
image: mysql:5.7
volumes:
Expand Down

0 comments on commit 6ad018d

Please sign in to comment.