heather: teable listens on 3002, fix port mapping
This commit is contained in:
parent
3e3241683f
commit
c079adba66
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue