fix missing command in irc bouncer example
This commit is contained in:
parent
6746c385bd
commit
2626d88a21
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ Running an irc bouncer
|
|||
----------------------
|
||||
|
||||
```bash
|
||||
BOUNCER_ID=$(docker run -d -p 6667 -u irc shykes/znc $USER $PASSWORD)
|
||||
BOUNCER_ID=$(docker run -d -p 6667 -u irc shykes/znc zncrun $USER $PASSWORD)
|
||||
echo "Configure your irc client to connect to port $(docker port $BOUNCER_ID 6667) of this machine"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue