mirror of https://github.com/snachodog/mybuddy.git
Update docker-compose.yml
This commit is contained in:
parent
61f1aec883
commit
38720d7ca0
|
@ -18,8 +18,8 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
- baby_data:/app:rw
|
- app_data:/app:rw
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
app_data: {}
|
||||||
db: {}
|
db: {}
|
||||||
baby_data: {}
|
|
||||||
|
|
Loading…
Reference in New Issue