Set java and minecraft versions
This commit is contained in:
parent
251c73d430
commit
7643658497
@ -25,7 +25,7 @@ services:
|
|||||||
- traefik.enable=false
|
- traefik.enable=false
|
||||||
|
|
||||||
e10:
|
e10:
|
||||||
image: itzg/minecraft-server:latest
|
image: itzg/minecraft-server:java21
|
||||||
user: 1001:1001
|
user: 1001:1001
|
||||||
container_name: minecraft_e10
|
container_name: minecraft_e10
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
UID=1001
|
UID=1001
|
||||||
GID=1001
|
GID=1001
|
||||||
MEMORY=6G
|
MEMORY=6G
|
||||||
|
VERSION=1.21
|
||||||
MOD_PLATFORM=AUTO_CURSEFORGE
|
MOD_PLATFORM=AUTO_CURSEFORGE
|
||||||
TYPE=AUTO_CURSEFORGE
|
TYPE=AUTO_CURSEFORGE
|
||||||
CF_PAGE_URL=https://www.curseforge.com/minecraft/modpacks/enigmatica10
|
CF_PAGE_URL=https://www.curseforge.com/minecraft/modpacks/enigmatica10
|
Loading…
Reference in New Issue
Block a user