Updating docker-compose to use same volume approach as server

This commit is contained in:
Collin Duncan 2023-02-10 23:14:19 +01:00
parent 229300d910
commit 2b8c85e908

View file

@ -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