Skip to content

Commit

Permalink
Format README
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 3, 2023
1 parent 483dae7 commit fa6af47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ orion:
networks:
- default
expose:
- "1026"
- '1026'
ports:
- "1026:1026"
- '1026:1026'
command: -dbhost mongo-db -logLevel DEBUG
```
Expand All @@ -136,9 +136,9 @@ mongo-db:
hostname: mongo-db
container_name: db-mongo
expose:
- "27017"
- '27017'
ports:
- "27017:27017"
- '27017:27017'
networks:
- default
```
Expand Down

0 comments on commit fa6af47

Please sign in to comment.