We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cb16d commit 2fc8c07Copy full SHA for 2fc8c07
2 files changed
docker-compose/cygnus-sth-comet.yml
@@ -15,7 +15,7 @@ services:
15
- "${ORION_PORT}"
16
ports:
17
- "${ORION_PORT}:${ORION_PORT}" # localhost:1026
18
- command: -dbhost mongo-db -logLevel DEBUG
+ command: -dbURI mongodb://mongo-db -logLevel DEBUG
19
healthcheck:
20
test: curl --fail -s http://orion:${ORION_PORT}/version || exit 1
21
interval: 5s
docker-compose/sth-comet.yml
@@ -33,7 +33,7 @@ services:
33
34
35
36
37
38
39
0 commit comments