Skip to content

Commit 6197a5d

Browse files
committed
Use -dbURI parameter
1 parent 41952dc commit 6197a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

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

0 commit comments

Comments
 (0)