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 82a4636 commit d0b57f8
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 @@ -41,15 +41,12 @@ The port 5432 is untouched.
## docker-compose usage example

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

0 comments on commit d0b57f8

Please sign in to comment.