We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f17b6f commit 53950f2Copy full SHA for 53950f2
docker-compose.yml
@@ -32,7 +32,7 @@ services:
32
- "${ORION_PORT}"
33
ports:
34
- "${ORION_PORT}:${ORION_PORT}" # localhost:1026
35
- command: -dbhost mongo-db -logLevel DEBUG
+ command: -dbURI mongodb://mongo-db -logLevel DEBUG
36
healthcheck:
37
test: curl --fail -s http://orion:${ORION_PORT}/version || exit 1
38
interval: 5s
0 commit comments