Skip to content

exec /opt/tsserver/tsserver: no such file or directory #93

@delp

Description

@delp

Hey, trying to use the default docker compose and the container crashes repeatedly.

services:
  teamspeak:
    image: teamspeaksystems/teamspeak6-server:latest
    container_name: teamspeak-server
    restart: unless-stopped
    ports:
      - "9999:9987/udp"    # Default voice port
      - "30034:30033/tcp"  # File transfer port
      # - "10022:10022/tcp" # (Optional) ServerQuery SSH port
      # - "10080:10080/tcp"  # (Optional) WebQuery port
    environment:
      - TSSERVER_LICENSE_ACCEPTED=accept
      - TSSERVER_DEFAULT_PORT=9987
      - TSSERVER_VOICE_IP=0.0.0.0
      - TSSERVER_FILE_TRANSFER_PORT=30033
      - TSSERVER_FILE_TRANSFER_IP=0.0.0.0
      # - TSSERVER_QUERY_HTTP_ENABLED=true
      # - TSSERVER_QUERY_SSH_ENABLED=false
      # - TSSERVER_MACHINE_ID=my_unique_machine_id
      # - TSSERVER_LOG_PATH=/var/tsserver/logs
      # - TSSERVER_QUERY_ADMIN_PASSWORD=secretpassword
    volumes:
      - teamspeak-data:/var/tsserver

volumes:
  teamspeak-data:
    name: teamspeak-data

Repeatedly crashes with

exec /opt/tsserver/tsserver: no such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions