Issues with docker server on UGOS (Error response from daemon: unable to find user tsserver: no matching entries in passwd file)

Using Docker on UGOS (x86_64) and when I updated to latest -beta9 the container won’t start.

Failed to start container teamspeaksystems_teamspeak6-server-1. Error: Error response from daemon: unable to find user tsserver: no matching entries in passwd file

If I downgrade to -beta8 it works. The uid/gid is set as all the other containers and shouldn’t be “tsserver”. Don’t really know how to go about to fix this.

Any ideas?

Yeah I got the same error with UGOS docker. Fix was to make a new container for TS and mount the old volume so all the data will be the same.

Make backup from the database just in case.

2 Likes

Thanks I’ll try that.

That worked. Many thanks.