Skip to content

Commit 1c7d040

Browse files
committed
Use -dbURI parameter
1 parent ba4ce8e commit 1c7d040

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
@@ -31,7 +31,7 @@ services:
3131
- default
3232
ports:
3333
- "${ORION_PORT}:${ORION_PORT}" # localhost:1026
34-
command: -dbhost mongo-db -logLevel DEBUG -noCache
34+
command: -dbURI mongodb://mongo-db -logLevel DEBUG -noCache
3535
healthcheck:
3636
test: curl --fail -s http://orion:${ORION_PORT}/version || exit 1
3737
interval: 5s

0 commit comments

Comments
 (0)