Update minecraft-vanilla with some more configuration
This commit is contained in:
parent
36e2e73d23
commit
ff8ef69ea5
@ -35,6 +35,7 @@
|
||||
- web/transmission.yml
|
||||
- game/factorio.yml
|
||||
- game/minecraft-create-extra.yml
|
||||
- game/minecraft-vanilla.yml
|
||||
- game/satisfactory.yml
|
||||
tags: [ always ]
|
||||
roles:
|
||||
|
@ -7,13 +7,21 @@
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
env:
|
||||
DIFFICULTY: "normal"
|
||||
ENABLE_COMMAND_BLOCK: "true"
|
||||
EULA: "true"
|
||||
MODRINTH_PROJECT: "https://modrinth.com/modpack/extreme-optimization!/version/1.19.4TPL"
|
||||
MAX_PLAYERS: "8"
|
||||
MODRINTH_PROJECT: "https://modrinth.com/modpack/adrenaserver"
|
||||
MOTD: "Tannerite Dog Edition\\n#abolishtheatf"
|
||||
OPS: "VintageSalt"
|
||||
SNOOPER_ENABLED: "false"
|
||||
SPAWN_PROTECTION: "0"
|
||||
TYPE: "MODRINTH"
|
||||
VERSION: "1.19.4"
|
||||
USE_AIKAR_FLAGS: "true"
|
||||
VIEW_DISTANCE: "12"
|
||||
ports:
|
||||
- "25565:26565/tcp"
|
||||
- "25565:26565/udp"
|
||||
- "26565:25565/tcp"
|
||||
- "26565:25565/udp"
|
||||
volumes:
|
||||
- /data/minecraft/vanilla:/data
|
||||
tags: [ docker, minecraft ]
|
||||
|
Loading…
Reference in New Issue
Block a user