From 96c87068c57b3bc460cd8d4a410219844f2baa79 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 17 Jul 2024 11:48:05 +0200 Subject: [PATCH] fix: use correct port --- modules/services/liv-town.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/liv-town.nix b/modules/services/liv-town.nix index c519e84..90a76f5 100644 --- a/modules/services/liv-town.nix +++ b/modules/services/liv-town.nix @@ -15,7 +15,7 @@ containers."livdottown" = { image = "ghcr.io/ahwxorg/liv.town:latest"; ports = [ - "4321:4321/tcp" + "0.0.0.0:4321:8080" ]; }; };