heather: teable listens on 3002, fix port mapping

This commit is contained in:
mikl 2026-07-12 20:16:22 +03:00
parent 3e3241683f
commit c079adba66

View file

@ -103,7 +103,7 @@
service.image = "teableio/teable:latest"; service.image = "teableio/teable:latest";
service.container_name = "teable"; service.container_name = "teable";
service.restart = "unless-stopped"; service.restart = "unless-stopped";
service.ports = [ "127.0.0.1:2345:3000" ]; service.ports = [ "127.0.0.1:2345:3002" ];
service.volumes = [ service.volumes = [
"teable-data:/app/.local-storage" "teable-data:/app/.local-storage"
"teable-assets:/app/.assets" "teable-assets:/app/.assets"