Created
July 22, 2022 01:10
-
-
Save yelvert/8b63791b9e377d072e0f4c0ca7c57225 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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