Skip to content

Commit 8184761

Browse files
committed
Use -dbURI parameter
1 parent 11855a3 commit 8184761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)