minecraft: open udp port
All checks were successful
/ check (push) Successful in 48s
All checks were successful
/ check (push) Successful in 48s
This commit is contained in:
parent
a40c81af7c
commit
b2bfe83faa
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
_: {
|
||||
networking.firewall.allowedTCPPorts = [25565];
|
||||
networking.firewall.allowedUDPPorts = [25565];
|
||||
networking.firewall.allowedUDPPorts = [24454];
|
||||
virtualisation.oci-containers.containers.minecraft = {
|
||||
image = "itzg/minecraft-server";
|
||||
ports = ["25565:25565"];
|
||||
ports = ["25565:25565" "24454:24454/udp"];
|
||||
environment = {
|
||||
EULA = "TRUE";
|
||||
VERSION = "1.19.2";
|
||||
|
|
Loading…
Reference in a new issue