Container Image with TeamSpeak³ Server.
Container Image available from:
Container Image Tags:
main
- Latest build of themain
branch.vx.y.z
- Latest build of the application (updated in-sync with the date container image tags).vx.y.z-YYYYmmdd-HHMMSS-NNN
- Latest build of the application with date of the build.
From quay.io:
docker pull quay.io/galexrt/ts3server:main
docker run \
-d \
--name=ts3server \
-v /opt/docker/ts3server:/data \
quay.io/galexrt/ts3server:main
Add the following env variable to the docker run command:
TS_VERSION=3.13.6
Data directory needs to be owned by UID and GID 3000
.
Add the z
option behind the volume mount:
docker run \
-d \
--name=ts3server \
-v /opt/docker/ts3server:/data:z \
quay.io/galexrt/ts3server:main