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 7266487 commit c7923df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ orion:
- "1026"
ports:
- "1026:1026"
command: -dbhost mongo-db -logLevel DEBUG
command: -dbURI mongodb://mongo-db -logLevel DEBUG
```
```yaml
Expand Down
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ orion:
- "1026"
ports:
- "1026:1026"
command: -dbhost mongo-db -logLevel DEBUG
command: -dbURI mongodb://mongo-db -logLevel DEBUG
```
```yaml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ orion:
- '1026'
ports:
- '1026:1026'
command: -dbhost mongo-db -logLevel DEBUG
command: -dbURI mongodb://mongo-db -logLevel DEBUG
```
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- default
ports:
- "${ORION_PORT}:${ORION_PORT}" # localhost:1026
command: -dbhost mongo-db -logLevel DEBUG -noCache
command: -dbURI mongodb://mongo-db -logLevel DEBUG -noCache
healthcheck:
test: curl --fail -s http://orion:${ORION_PORT}/version || exit 1
interval: 5s
Expand Down

0 comments on commit c7923df

Please sign in to comment.