Set up a new dedicated server on Linux, but when connecting, it throws the error depicted in the screenshot.
Mind that the attached client log and server files are not from the same server/session/run.
Steps to Reproduce
Create a new directory, create a `docker-compose.yml` file with this contents and add a valid token in the file:
version: "3.9"
services:
world:
image: yeetzone/dontstarvetogether
container_name: world
hostname: world
depends_on:
- data
environment:
TOKEN:
ports:
- "10999:10999/udp"
volumes:
- type: volume
source: data
target: /data
read_only: true
data:
image: yeetzone/dontstarvetogether-data
volumes:
- type: volume
source: data
target: /data
read_only: true
volumes:
data:
Then execute `docker-compose up` within the directory. After the server has finished launching, start your local game client, open the console and connect via `c_connect("127.0.0.1")`.
A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now