Skip to content

Commit 5acf914

Browse files
committed
Use -dbURI parameter
1 parent bb1cc30 commit 5acf914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)