diff --git a/docker/app-postgres/docker-compose.yml b/docker/app-postgres/docker-compose.yml index d4e11b96bb..c48e05c22c 100644 --- a/docker/app-postgres/docker-compose.yml +++ b/docker/app-postgres/docker-compose.yml @@ -1,4 +1,7 @@ version: "3" +networks: + nocobase: + driver: bridge services: app: image: nocobase/nocobase:main @@ -25,3 +28,5 @@ services: POSTGRES_USER: nocobase POSTGRES_DB: nocobase POSTGRES_PASSWORD: nocobase + networks: + - nocobase \ No newline at end of file diff --git a/docs/menus.ts b/docs/menus.ts index ca633fc294..6e06968bc6 100644 --- a/docs/menus.ts +++ b/docs/menus.ts @@ -155,6 +155,7 @@ export default { '/development/client/index', { title: 'UI 设计器', + 'title.zh-CN': 'UI 设计器', 'title.TR-TR': 'Kullanıcı Arayüz Tasarımcısı', type: 'subMenu', children: [