feat: update nocodb 2026.06.1

This commit is contained in:
arch3rPro
2026-06-16 03:40:08 +08:00
parent e1e66e41e7
commit 31b56cbdb2
3 changed files with 2 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
nocodb:
image: nocodb/nocodb:2026.06.1
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