We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11855a3 commit 8184761Copy full SHA for 8184761
1 file changed
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