yuki: reenable minecraft, add more ram
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-07-09 04:20:33 -04:00
parent 02bf06eb2c
commit 76285ef21d
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 1 deletions

View file

@ -8,5 +8,6 @@
./homarr.nix
./dashdot.nix
./miniflux.nix
./minecraft.nix
];
}

View file

@ -4,7 +4,7 @@
image = "marctv/minecraft-papermc-server:latest";
ports = ["25565:25565"];
environment = {
MEMORYSIZE = "6G";
MEMORYSIZE = "10G";
};
volumes = [
"/home/notoh/docker/mcserver:/data:rw"