diff --git a/users/arion-compose.nix b/users/arion-compose.nix index d6b3f19..2f74995 100644 --- a/users/arion-compose.nix +++ b/users/arion-compose.nix @@ -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"; }; };