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 fbf263b commit dae8208
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,12 @@ via mDNS at port 80. The web console is available on port 9090.
## docker-compose usage example

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

0 comments on commit dae8208

Please sign in to comment.