Sanitized mirror from private repository - 2026-04-22 22:02:15 UTC
Some checks failed
Documentation / Build Docusaurus (push) Failing after 5m18s
Documentation / Deploy to GitHub Pages (push) Has been skipped

This commit is contained in:
Gitea Mirror Bot
2026-04-22 22:02:15 +00:00
commit cc2b8752a2
1446 changed files with 364263 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Paper Minecraft - Game server
# Port: 25565
# Paper Minecraft server
version: "3.8"
services:
# bind mount example
linuxgsm-pmc-bind:
image: gameservermanagers/gameserver:pmc
# image: ghcr.io/gameservermanagers/gameserver:pmc
container_name: pmcserver
restart: unless-stopped
volumes:
- /home/homelab/docker/pmc:/data
network_mode: host