Skip to content

Commit

Permalink
Use -dbURI parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jun 25, 2024
1 parent e7e2b05 commit 0179d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0179d50

Please sign in to comment.