change provider for mc server for more configurability (#58)

This commit is contained in:
Rasmus Wejlgaard 2026-04-04 12:01:28 +01:00 committed by GitHub
parent 849ea208f0
commit 41d7876260
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,13 +5,18 @@
services:
minecraft:
image: marctv/minecraft-papermc-server:latest
image: itzg/minecraft-server:latest
container_name: mcserver
restart: always
ports:
- "25565:25565"
environment:
EULA: true
DIFFICULTY: hard
MEMORYSIZE: 3G
VERSION: 1.21.11
MOTD: Pez Solutions
volumes:
- minecraft_data:/data