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