Update docker-compose.yml

pull/1145/head
Shleeble 6 years ago committed by GitHub
parent 2aeb2357f3
commit 62300230c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save