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