mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
change provider for mc server for more configurability
This commit is contained in:
parent
849ea208f0
commit
f14b08f067
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue