start new server

This commit is contained in:
Sky Hearn 2024-04-29 01:58:28 +00:00
parent 20a5023d70
commit 514452531d
1 changed files with 3 additions and 3 deletions

View File

@ -15,16 +15,16 @@
MEMORY = "16G";
};
};
ftb = {
ftb_infinity = {
service.image = "itzg/minecraft-server:java8-multiarch";
service.volumes = [ "/home/podman/ftb/data:/data" ];
service.volumes = [ "/home/podman/ftb_infinity/data:/data" ];
service.dns = [ "8.8.8.8" ];
service.network_mode = "host";
service.environment = {
EULA = "true";
TYPE = "FORGE";
VERSION = "1.7.10";
FORGE_VERSION = "10.13.2.1291";
FORGE_VERSION = "10.13.4.1614";
MEMORY = "16G";
};
};