Skip to content

KagurazakaNyaa/zomboid-docker

Repository files navigation

zomboid-docker

Check Update Build Docker Image

Docker Pulls Docker Stars Image Size

Zomboid dedicated server with docker

Environments

Variable Describe Default Values Allowed Values
SERVER_NAME Specifies the name of the game instance displayed in the server list, string type. test string
ADMIN_USERNAME Game instance administrator username, string type. admin string
ADMIN_PASSWORD Game instance administrator password, string type. changeme string
FORCE_UPDATE Whether the server should be update each time start. false true/false

Volumes

Path Describe
/data Game config and saves.

NOTE: If you use bind instead of volume to mount, you need to manually change the volume owner to uid=1000. In the case of the docker-compose.yml of the example, you need to execute chown -R 1000:1000 ./data Please make sure the permissions and owners of the pak file you placed in the mods directory are correct.