docker-compose file fix

This commit is contained in:
criadoperez 2021-09-21 17:08:19 +02:00
parent dbf314151e
commit bbccfdeff2
No known key found for this signature in database
GPG Key ID: 766DF93C61C31C03
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