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