Merge pull request #2948 from criadoperez/docker-compose-patch

docker-compose file fix
This commit is contained in:
daniel 2021-10-19 20:46:52 -06:00 committed by GitHub
commit 78aee2d23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ services:
volumes:
- app-storage:/var/www/storage
- app-bootstrap:/var/www/bootstrap
- "./.env.docker:/var/www/.env"
networks:
- external
- internal