Launch and manage a high-performance Minecraft server using this versatile containerized solution. Designed for broad compatibility, it allows you to run a fully optimized PaperMC server on virtually any hardware that supports containerization, from standard desktop computers to specialized devices like Synology NAS and Raspberry Pi. The image stays consistently up-to-date with the latest server versions, ensuring you always have access to the newest features and security patches.
Key benefits include:
services:
papermc:
image: marctv/minecraft-papermc-server:latest
restart: unless-stopped
ports:
- "25565:25565"
volumes:
- ./data:/data
environment:
- EULA=true
- MEMORYSIZE=2G
- TZ=Etc/UTC# No sensitive credentials are required for the default configuration.
# If you enable RCON or other authentication features, define those secrets here.Auto-fetched about 3 hours ago
Auto-fetched about 3 hours ago