forked from Cliffbreak/tsviewer
Fixes
This commit is contained in:
parent
8bd0e85e17
commit
d6e1047ba2
2 changed files with 9 additions and 1 deletions
|
@ -17,5 +17,5 @@ RUN go get; exit 0
|
||||||
WORKDIR $GOPATH/src/git.cliffbreak.de/Cliffbreak/tsviewer
|
WORKDIR $GOPATH/src/git.cliffbreak.de/Cliffbreak/tsviewer
|
||||||
COPY config.json .
|
COPY config.json .
|
||||||
RUN go build
|
RUN go build
|
||||||
EXPOSE 8080
|
|
||||||
CMD ["./tsviewer"]
|
CMD ["./tsviewer"]
|
|
@ -2,6 +2,14 @@
|
||||||
|
|
||||||
A TS3 Viewer with REST API.
|
A TS3 Viewer with REST API.
|
||||||
|
|
||||||
|
## DOCKER-Config
|
||||||
|
|
||||||
|
```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
|
||||||
|
```
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
## Config
|
## Config
|
||||||
|
|
Loading…
Reference in a new issue