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: services:
minecraft: minecraft:
image: marctv/minecraft-papermc-server:latest image: itzg/minecraft-server:latest
container_name: mcserver container_name: mcserver
restart: always restart: always
ports: ports:
- "25565:25565" - "25565:25565"
environment: environment:
EULA: true
DIFFICULTY: hard
MEMORYSIZE: 3G MEMORYSIZE: 3G
VERSION: 1.21.11
MOTD: Pez Solutions
volumes: volumes:
- minecraft_data:/data - minecraft_data:/data