Didstopia / 7dtd-server

Provides a dedicated linux server for 7 Days to Die running inside a Docker container.
MIT License
108 stars 45 forks source link

ERROR: Default server configuration file not found, are you sure the server is up to date? #37

Closed ionush closed 3 years ago

ionush commented 4 years ago

running the docker image with and without mounting the volumes recommended in the readme produces the same error, could I get some help?

With mounting

docker run -it --mount src=$(pwd)/serverFiles,dst=/steamcmd/7dtd,type=bind didstopia/7dtd-server

Without mounting

docker run didstopia/7dtd-server
Dids commented 4 years ago

There's a high chance that the image you're using is just outdated, so please try these steps first.

First try pulling the latest image: docker pull didstopia/7dtd-server:latest. Next try running using the latest image: docker run ... didstopia/7dtd-server:latest.

Rohaq commented 3 years ago

Seeing the same issue here, definitely pulled the latest image, too.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.