Updating docker-compose to use same volume approach as server
This commit is contained in:
parent
257595c565
commit
377f8a06be
1 changed files with 2 additions and 2 deletions
|
|
@ -7,5 +7,5 @@ services:
|
||||||
env_file: ./server/.env
|
env_file: ./server/.env
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
# volumes:
|
volumes:
|
||||||
# - ./autobaan_db:/app/autobaan_db
|
- ./autobaan_db:/app/db
|
||||||
Loading…
Add table
Reference in a new issue