Update minecraft settings
This commit is contained in:
@@ -129,14 +129,19 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
|
- "24454:24454/udp"
|
||||||
environment:
|
environment:
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
TYPE: "FABRIC"
|
TYPE: "FABRIC"
|
||||||
MEMORY: "2048M"
|
MEMORY: "4G"
|
||||||
MOTD: "Loading server..."
|
MOTD: "Loading server..."
|
||||||
LEVEL: "world"
|
VERSION: "1.21.11"
|
||||||
USE_MEOWICE_FLAGS: "true"
|
# LEVEL: "world"
|
||||||
DIFFICULTY: "3"
|
LEVEL: "house"
|
||||||
|
SEED: "881949285698121329"
|
||||||
|
# USE_MEOWICE_FLAGS: "true"
|
||||||
|
DIFFICULTY: "normal"
|
||||||
|
MODE: "survival"
|
||||||
OPS: |-
|
OPS: |-
|
||||||
187eca31-2e33-4199-97e0-2286bf35f7f8
|
187eca31-2e33-4199-97e0-2286bf35f7f8
|
||||||
ENABLE_WHITELIST: "true"
|
ENABLE_WHITELIST: "true"
|
||||||
@@ -148,9 +153,9 @@ services:
|
|||||||
logging: *logging
|
logging: *logging
|
||||||
volumes:
|
volumes:
|
||||||
- "/data/minecraft/data:/data"
|
- "/data/minecraft/data:/data"
|
||||||
- "/data/mincraft/mods:/mods"
|
- "/data/minecraft/mods:/mods"
|
||||||
- "/data/mincraft/plugins:/plugins"
|
- "/data/minecraft/plugins:/plugins"
|
||||||
- "/data/mincraft/config:/config"
|
- "/data/minecraft/config:/config"
|
||||||
gitea:
|
gitea:
|
||||||
image: docker.gitea.com/gitea:1.24
|
image: docker.gitea.com/gitea:1.24
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user