Update minecraft-vanilla with some more configuration
This commit is contained in:
parent
36e2e73d23
commit
ff8ef69ea5
@ -35,6 +35,7 @@
|
|||||||
- web/transmission.yml
|
- web/transmission.yml
|
||||||
- game/factorio.yml
|
- game/factorio.yml
|
||||||
- game/minecraft-create-extra.yml
|
- game/minecraft-create-extra.yml
|
||||||
|
- game/minecraft-vanilla.yml
|
||||||
- game/satisfactory.yml
|
- game/satisfactory.yml
|
||||||
tags: [ always ]
|
tags: [ always ]
|
||||||
roles:
|
roles:
|
||||||
|
@ -7,13 +7,21 @@
|
|||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
pull: yes
|
pull: yes
|
||||||
env:
|
env:
|
||||||
|
DIFFICULTY: "normal"
|
||||||
|
ENABLE_COMMAND_BLOCK: "true"
|
||||||
EULA: "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"
|
TYPE: "MODRINTH"
|
||||||
VERSION: "1.19.4"
|
USE_AIKAR_FLAGS: "true"
|
||||||
|
VIEW_DISTANCE: "12"
|
||||||
ports:
|
ports:
|
||||||
- "25565:26565/tcp"
|
- "26565:25565/tcp"
|
||||||
- "25565:26565/udp"
|
- "26565:25565/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/minecraft/vanilla:/data
|
- /data/minecraft/vanilla:/data
|
||||||
tags: [ docker, minecraft ]
|
tags: [ docker, minecraft ]
|
||||||
|
Loading…
Reference in New Issue
Block a user