feat: update nocodb 0.264.6

This commit is contained in:
arch3rPro
2025-08-21 22:38:48 +08:00
parent 1e6c3561e6
commit 31d26c3e66
2 changed files with 1 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
nocodb:
image: nocodb/nocodb:0.264.6
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