mirror of
https://github.com/luzifer-docker/znc.git
synced 2024-11-08 15:10:06 +00:00
Improve Readme
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
87558f5c9e
commit
9f67ab9b07
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -7,10 +7,10 @@ This container setup contains a ZNC IRC bouncer setup with automatic config boot
|
|||
The container can be configured on first startup and should have a volume mounted at `/data`. If the file `/data/configs/znc.conf` does exist **all environment config is ignored**.
|
||||
|
||||
Available environment config:
|
||||
- `LISTEN_PORT` - 16667 - Where to listen (you should not use 6667-6669 as modern browsers will block your access to them)
|
||||
- `USE_IPV4` - true - Listen on IPv4 IPs
|
||||
- `USE_IPV6` - true - Listen on IPv6 IPs
|
||||
- `USER` - admin - Initial user to create
|
||||
- `PASS` - <generated> - Password to set for the user (if auto-generated the password will be logged to STDERR)
|
||||
- `LISTEN_PORT` - `16667` - Where to listen (you should not use 6667-6669 as modern browsers will block your access to them)
|
||||
- `USE_IPV4` - `true` - Listen on IPv4 IPs
|
||||
- `USE_IPV6` - `true` - Listen on IPv6 IPs
|
||||
- `USER` - `admin` - Initial user to create
|
||||
- `PASS` - `<generated>` - Password to set for the user (if auto-generated the password will be logged to STDERR)
|
||||
|
||||
After the initial startup you can configure the ZNC instance through the web-interface.
|
||||
|
|
Loading…
Reference in a new issue