yuki: reenable minecraft, add more ram
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
02bf06eb2c
commit
76285ef21d
2 changed files with 2 additions and 1 deletions
|
@ -8,5 +8,6 @@
|
||||||
./homarr.nix
|
./homarr.nix
|
||||||
./dashdot.nix
|
./dashdot.nix
|
||||||
./miniflux.nix
|
./miniflux.nix
|
||||||
|
./minecraft.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
image = "marctv/minecraft-papermc-server:latest";
|
image = "marctv/minecraft-papermc-server:latest";
|
||||||
ports = ["25565:25565"];
|
ports = ["25565:25565"];
|
||||||
environment = {
|
environment = {
|
||||||
MEMORYSIZE = "6G";
|
MEMORYSIZE = "10G";
|
||||||
};
|
};
|
||||||
volumes = [
|
volumes = [
|
||||||
"/home/notoh/docker/mcserver:/data:rw"
|
"/home/notoh/docker/mcserver:/data:rw"
|
||||||
|
|
Loading…
Reference in a new issue