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 (#58)
This commit is contained in:
parent
849ea208f0
commit
41d7876260
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue