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

docker-compose file fix
pull/2979/head
daniel 4 years ago committed by GitHub
commit 78aee2d23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save