Sanitized mirror from private repository - 2026-04-18 11:19:59 UTC
This commit is contained in:
15
hosts/vms/homelab-vm/paperminecraft.yaml
Normal file
15
hosts/vms/homelab-vm/paperminecraft.yaml
Normal 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
|
||||
Reference in New Issue
Block a user