readme
This commit is contained in:
parent
0d575286fa
commit
7ebfd7be08
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -7,7 +7,18 @@ A TS3 Viewer with REST API.
|
|||
```bash
|
||||
docker build -t name/cont:ver .
|
||||
|
||||
docker run -e ts3_ip="ts_ip", ts3_pw="quarry_pw", web_port="port" -d name/cont:ver
|
||||
docker run -e ts3_ip="ts_ip", ts3_pw="quarry_pw", web_port="port" -d -p 8080:8080 name/cont:ver
|
||||
```
|
||||
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
|
||||
|
||||
```
|
||||
|
||||
# Features
|
||||
|
|
Loading…
Reference in a new issue