Skip to content

Commit 53950f2

Browse files
committed
Use -dbURI parameter
1 parent 8f17b6f commit 53950f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- "${ORION_PORT}"
3333
ports:
3434
- "${ORION_PORT}:${ORION_PORT}" # localhost:1026
35-
command: -dbhost mongo-db -logLevel DEBUG
35+
command: -dbURI mongodb://mongo-db -logLevel DEBUG
3636
healthcheck:
3737
test: curl --fail -s http://orion:${ORION_PORT}/version || exit 1
3838
interval: 5s

0 commit comments

Comments
 (0)