minecraft: switch to purpur
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
5735097cd9
commit
f3b706adfb
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
{...}: {
|
||||
networking.firewall.allowedTCPPorts = [25565];
|
||||
virtualisation.oci-containers.containers.minecraft = {
|
||||
image = "marctv/minecraft-papermc-server:latest";
|
||||
image = "als3bas/zulu-purpurmc:latest";
|
||||
ports = ["25565:25565"];
|
||||
environment = {
|
||||
MEMORYSIZE = "10G";
|
||||
};
|
||||
volumes = [
|
||||
"/home/notoh/docker/mcserver:/data:rw"
|
||||
"/home/notoh/docker/purpur:/data:rw"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue