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