TeamSpeak-Systems / teamspeak-linux-docker-images

docker build files for TeamSpeak servers
Other
116 stars 56 forks source link

Reset Serveradmin Password #26

Closed SvenC56 closed 5 years ago

SvenC56 commented 5 years ago

Hi,

I'd like to reset the server admin password of my teamspeak server/ container. Is there a way of doing this? If not I think this would be a great implementation.

Thank you.

SvenC56 commented 5 years ago

This solutions was helpfull for me: TeamSpeak Forum

muenchow commented 5 years ago

There is also a more simple way of doing the same thing. Change the docker command to ts3server serveradmin_password=<mypass>

muenchow commented 5 years ago
version: '3.1'
services:
  teamspeak:
    image: teamspeak
    command: ts3server serveradmin_password=pass123
    ports:
      - 9987:9987/udp
      - 10011:10011
      - 30033:30033