From c079adba661139335f367058c8abb3aa01547673 Mon Sep 17 00:00:00 2001 From: mikl Date: Sun, 12 Jul 2026 20:16:22 +0300 Subject: [PATCH] heather: teable listens on 3002, fix port mapping --- hosts/heather/arion-compose.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/heather/arion-compose.nix b/hosts/heather/arion-compose.nix index c9b03d1..c663a61 100644 --- a/hosts/heather/arion-compose.nix +++ b/hosts/heather/arion-compose.nix @@ -103,7 +103,7 @@ service.image = "teableio/teable:latest"; service.container_name = "teable"; service.restart = "unless-stopped"; - service.ports = [ "127.0.0.1:2345:3000" ]; + service.ports = [ "127.0.0.1:2345:3002" ]; service.volumes = [ "teable-data:/app/.local-storage" "teable-assets:/app/.assets"