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 97e861b commit 10e4a20
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,12 @@ The admin user is **admin@MDNS_HOSTNAME**, so by default it is
## docker-compose usage example

```yaml
ejabberd:
image: hausgold/ejabberd
environment:
# Mind the .local suffix
- MDNS_HOSTNAME=ejabberd.test.local
ports:
# The ports are just for you to know when configure your
# container links, on depended containers
- "4560" # (XMLRPC)
- "5222" # (Client 2 Server)
- "5269" # (Server 2 Server)
- "5280" # (HTTP admin/websocket/http-bind)
- "5443" # (HTTP Upload)
services:
ejabberd:
image: hausgold/ejabberd
environment:
# Mind the .local suffix
MDNS_HOSTNAME: ejabberd.test.local
```
## Host configs
Expand Down

0 comments on commit 10e4a20

Please sign in to comment.