feat: update nocodb 0.264.4

This commit is contained in:
arch3rPro
2025-08-07 05:31:52 +08:00
parent 123d87d109
commit 0bfd7ad18b
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
additionalProperties:
formFields:
- default: 8080
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
ko: 포트
zh: 端口
zh-Hant:
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,16 @@
services:
nocodb:
image: nocodb/nocodb:0.264.4
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ./data:/usr/app/data
labels:
createdBy: Apps
networks:
1panel-network:
external: true