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
|
### game servers
|
||||||
# ./terraria.nix
|
# ./terraria.nix
|
||||||
./factorio.nix
|
# ./factorio.nix
|
||||||
# ./minecraft.nix
|
./minecraft.nix
|
||||||
# ./foundryvtt.nix
|
# ./foundryvtt.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,11 +6,11 @@ _: {
|
||||||
ports = ["25565:25565" "24454:24454/udp"];
|
ports = ["25565:25565" "24454:24454/udp"];
|
||||||
environment = {
|
environment = {
|
||||||
EULA = "TRUE";
|
EULA = "TRUE";
|
||||||
VERSION = "1.19.2";
|
VERSION = "1.20.1";
|
||||||
MEMORY = "4G";
|
MEMORY = "6G";
|
||||||
TYPE = "FABRIC";
|
TYPE = "FABRIC";
|
||||||
FABRIC_LOADER_VERSION = "0.14.23";
|
# FABRIC_LOADER_VERSION = "0.15.11";
|
||||||
FABRIC_LAUNCHER_VERSION = "0.11.2";
|
# FABRIC_LAUNCHER_VERSION = "0.11.2";
|
||||||
};
|
};
|
||||||
volumes = ["/home/notoh/docker/modded-mc:/data:rw"];
|
volumes = ["/home/notoh/docker/modded-mc:/data:rw"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue