File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM solidnerd/alpine-glibc:2.23-r3
2
2
3
3
MAINTAINER Niclas Mietz <
[email protected] >
4
4
5
- ENV TS_VERSION=3.0.13.3 \
5
+ ENV TS_VERSION=3.0.13.4 \
6
6
TS_FILENAME=teamspeak3-server_linux_amd64 \
7
7
TSDNS_USER=tsdns \
8
8
TSDNS_HOME=/tsdns \
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ docker-tsdns
5
5
6
6
A TSDNS server in a container. This image should help to setup a TSDNS server for teamspeak servers.
7
7
8
- # Current Version: [ 3.0.13.3 ] ( https://github.com/SolidNerd/docker-tsdns/blob/master/Dockerfile )
8
+ # Current Version: [ 3.0.13.4 ] ( https://github.com/SolidNerd/docker-tsdns/blob/master/Dockerfile )
9
9
10
10
# Getting Started
11
11
12
12
1 . Copy the ` tsdns_settings.ini.sample ` to add your host with
13
13
```
14
- docker run --rm --entrypoint="/bin/sh" solidnerd/tsdns:3.0.13.3 -c "cat tsdns_settings.ini.sample" > tsdns_settings.ini
14
+ docker run --rm --entrypoint="/bin/sh" solidnerd/tsdns:3.0.13.4 -c "cat tsdns_settings.ini.sample" > tsdns_settings.ini
15
15
```
16
16
2 . Add your entries in ` tsdns_settings.ini `
17
17
```
@@ -20,7 +20,7 @@ public.teamspeak.com=12.13.14.15:10000
20
20
21
21
3 . Start the container
22
22
```
23
- docker run -d -p 41144:41144 -v tsdns_settings.ini:/tsdns/tsdns_settings.ini:ro --name tsdns solidnerd/tsdns:3.0.13.3
23
+ docker run -d -p 41144:41144 -v tsdns_settings.ini:/tsdns/tsdns_settings.ini:ro --name tsdns solidnerd/tsdns:3.0.13.4
24
24
```
25
25
26
26
# Update TSDNS Entries
Original file line number Diff line number Diff line change 1
- 3.0.13.3
1
+ 3.0.13.4
You can’t perform that action at this time.
0 commit comments