You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Setting variables...
### Applying Pre Install Configuration...
### Pre Install Configuration applied.
### Updating Project Zomboid Server...
/usr/bin/steamcmd.sh: line 38: 13 Segmentation fault $DEBUGGER "$STEAMEXE" "$@"
### Project Zomboid Server updated.
### Checking if this is the first run...
### This is the first run.
Starting server for 60 seconds
### Starting Project Zomboid Server...
timeout: failed to run command '/home/steam/ZomboidDedicatedServer/start-server.sh': No such file or directory
### Project Zomboid Server stopped.
### First run check complete.
### Applying Post Install Configuration...
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
/home/steam/Zomboid/Server/ZomboidServer.ini not found!
sed: can't read /home/steam/ZomboidDedicatedServer/ProjectZomboid64.json: No such file or directory
sed: can't read /home/steam/ZomboidDedicatedServer/ProjectZomboid64.json: No such file or directory
### Post Install Configuration applied.
### Starting Project Zomboid Server...
timeout: failed to run command '/home/steam/ZomboidDedicatedServer/start-server.sh': No such file or directory
### Project Zomboid Server stopped.
Expected behavior
The container should start up correctly.
Desktop (please complete the following information):
OS: Ubuntu
The text was updated successfully, but these errors were encountered:
Describe the bug
I am unable to start the container using the provided commands even when running as a non-root user.
To Reproduce
Steps to reproduce the behavior:
mkdir zomboid
cd zomboid
mkdir ZomboidConfig ZomboidDedicatedServer
docker run --rm \ --mount type=bind,source="$(pwd)/ZomboidDedicatedServer",target=/home/steam/ZomboidDedicatedServer \ --mount type=bind,source="$(pwd)/ZomboidConfig",target=/home/steam/Zomboid \ --publish 16261:16261/udp --publish 16262:16262/udp \ --name zomboid-server \ docker.io/renegademaster/zomboid-dedicated-server:latest
Expected behavior
The container should start up correctly.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: