Skip to content

Commit

Permalink
Updated the README file.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Nov 13, 2024
1 parent 58b4e64 commit 9f3c49b
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,12 @@ directly accessible. The port 3000 is untouched.
## docker-compose usage example

```yaml
node:
image: hausgold/node
environment:
# Mind the .local suffix
- MDNS_HOSTNAME=node.test.local
ports:
# The ports are just for you to know when configure your
# container links, on depended containers
- "3000"
services:
node:
image: hausgold/node
environment:
# Mind the .local suffix
- MDNS_HOSTNAME=node.test.local
```
## Host configs
Expand Down

0 comments on commit 9f3c49b

Please sign in to comment.