fix missing command in irc bouncer example

This commit is contained in:
Joseph Anthony Pasquale Holsten 2013-06-17 14:50:58 -07:00
parent 6746c385bd
commit 2626d88a21
1 changed files with 1 additions and 1 deletions

View File

@ -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"
```