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"