Skip to content

Commit f9b99b4

Browse files
committed
Use -dbURI parameter
1 parent 32a314c commit f9b99b4

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
@@ -33,7 +33,7 @@ services:
3333
- "${ORION_PORT}"
3434
ports:
3535
- "${ORION_PORT}:${ORION_PORT}" # localhost:1026
36-
command: -dbhost mongo-db -logLevel DEBUG
36+
command: -dbURI mongodb://mongo-db -logLevel DEBUG
3737
healthcheck:
3838
test: curl --fail -s http://orion:${ORION_PORT}/version || exit 1
3939
interval: 5s

0 commit comments

Comments
 (0)