sora: enable minecraft
This commit is contained in:
parent
621ef46b6b
commit
c0428931ef
2 changed files with 6 additions and 6 deletions
|
@ -11,8 +11,8 @@
|
|||
|
||||
### game servers
|
||||
# ./terraria.nix
|
||||
./factorio.nix
|
||||
# ./minecraft.nix
|
||||
# ./factorio.nix
|
||||
./minecraft.nix
|
||||
# ./foundryvtt.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -6,11 +6,11 @@ _: {
|
|||
ports = ["25565:25565" "24454:24454/udp"];
|
||||
environment = {
|
||||
EULA = "TRUE";
|
||||
VERSION = "1.19.2";
|
||||
MEMORY = "4G";
|
||||
VERSION = "1.20.1";
|
||||
MEMORY = "6G";
|
||||
TYPE = "FABRIC";
|
||||
FABRIC_LOADER_VERSION = "0.14.23";
|
||||
FABRIC_LAUNCHER_VERSION = "0.11.2";
|
||||
# FABRIC_LOADER_VERSION = "0.15.11";
|
||||
# FABRIC_LAUNCHER_VERSION = "0.11.2";
|
||||
};
|
||||
volumes = ["/home/notoh/docker/modded-mc:/data:rw"];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue