Update docker-compose.yml

pull/1145/head
Shleeble 7 years ago committed by GitHub
parent a3e7bf19f9
commit 602662d991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save