change provider for mc server for more configurability

This commit is contained in:
Rasmus Wejlgaard 2026-04-04 11:59:28 +01:00
parent 849ea208f0
commit f14b08f067

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