We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a314c commit f9b99b4Copy full SHA for f9b99b4
docker-compose.yml
@@ -33,7 +33,7 @@ services:
33
- "${ORION_PORT}"
34
ports:
35
- "${ORION_PORT}:${ORION_PORT}" # localhost:1026
36
- command: -dbhost mongo-db -logLevel DEBUG
+ command: -dbURI mongodb://mongo-db -logLevel DEBUG
37
healthcheck:
38
test: curl --fail -s http://orion:${ORION_PORT}/version || exit 1
39
interval: 5s
0 commit comments