Skip to content

Commit 2fc8c07

Browse files
committed
Use -dbURI parameter
1 parent a0cb16d commit 2fc8c07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose/cygnus-sth-comet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- "${ORION_PORT}"
1616
ports:
1717
- "${ORION_PORT}:${ORION_PORT}" # localhost:1026
18-
command: -dbhost mongo-db -logLevel DEBUG
18+
command: -dbURI mongodb://mongo-db -logLevel DEBUG
1919
healthcheck:
2020
test: curl --fail -s http://orion:${ORION_PORT}/version || exit 1
2121
interval: 5s

docker-compose/sth-comet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
- "${ORION_PORT}"
3434
ports:
3535
- "${ORION_PORT}:${ORION_PORT}" # localhost:1026
36-
command: -dbhost mongo-db -logLevel DEBUG
36+
command: -dbURI mongodb://mongo-db -logLevel DEBUG
3737
healthcheck:
3838
test: curl --fail -s http://orion:${ORION_PORT}/version || exit 1
3939
interval: 5s

0 commit comments

Comments
 (0)