Skip to content

Instantly share code, notes, and snippets.

@yelvert
Created July 22, 2022 01:10
Show Gist options
  • Save yelvert/8b63791b9e377d072e0f4c0ca7c57225 to your computer and use it in GitHub Desktop.
Save yelvert/8b63791b9e377d072e0f4c0ca7c57225 to your computer and use it in GitHub Desktop.
version: "3.7"
services:
project-zomboid:
image: ghcr.io/cyrale/project-zomboid
restart: unless-stopped
environment:
SERVER_NAME: "pzserver"
ADMIN_PASSWORD: "pzserver-password"
ports:
- "8766:8766/udp"
- "8767:8767/udp"
- "16261:16261/udp"
- "16262-16272:16262-16272"
- "27015:27015"
volumes:
- ./server-data:/server-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment