Configurable database storage volume path
This commit is contained in:
parent
e9a1fedfa3
commit
70247171be
@ -5,7 +5,7 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:${PORT:-2076}7:27017"
|
||||
volumes:
|
||||
- "./db:/data/db"
|
||||
- "${DB_VOLUME_PATH:-./db}:/data/db"
|
||||
|
||||
test:
|
||||
image: sealious-app:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user