From 0179d5047c2f39686059abd2f7f18c2afe220b44 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Tue, 25 Jun 2024 09:16:38 +0200 Subject: [PATCH] Use -dbURI parameter --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2ef1612..ce9db10 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: - "${ORION_PORT}" ports: - "${ORION_PORT}:${ORION_PORT}" # localhost:1026 - command: -dbhost mongo-db -logLevel DEBUG + command: -dbURI mongodb://mongo-db -logLevel DEBUG healthcheck: test: curl --fail -s http://orion:${ORION_PORT}/version || exit 1 interval: 5s