Update docker-compose.yml

This commit is contained in:
Paul Calabro 2019-10-04 02:25:36 -07:00 committed by Christopher Charbonneau Wells
parent 61f1aec883
commit 38720d7ca0
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ services:
depends_on:
- db
volumes:
- baby_data:/app:rw
- app_data:/app:rw
volumes:
app_data: {}
db: {}
baby_data: {}