Update 'README.md'

This commit is contained in:
Hendrik Schlehlein 2019-02-03 18:58:33 +00:00
parent 5527744c43
commit 4d4311c30c

View file

@ -12,12 +12,13 @@ docker run -e ts3_ip="ts_ip", ts3_pw="quarry_pw", web_port="port" -d -p 8080:808
ENV:
```Docker
ENV ts3_ip=0.0.0.0
ENV ts3_name=serveradmin
ENV ts3_pw=f3gWdOU3
ENV ts3_port=9987
ENV ts3_query=10011
ENV web_port=8080
ENV TS3_IP=0.0.0.0
ENV TS3_NICKNAME=serveradmin
ENV TS3_NAME=serveradmin
ENV TS3_PW=f3gWdOU3
ENV TS3_PORT=9987
ENV TS3_QUERY=10011
ENV WEB_PORT=8080
```
@ -29,6 +30,7 @@ The config file is generated automatically on first startup.
```json
{
"user": {
"nickname": "serveradmin",
"name": "serveradmin",
"password": ""
},