fix nocobase

This commit is contained in:
2026-08-13 20:33:13 +08:00
parent bce49f4560
commit c0c78c09f1
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
加载离线镜像: 加载离线镜像:
```yaml ```yaml
docker load -i nocobase-2.1.36-full.tar.gz docker load -i nocobase-2.1.39-full.tar.gz
docker load -i postgres-16.tar.gz docker load -i postgres-16.tar.gz
``` ```

View File

@@ -4,7 +4,7 @@ networks:
services: services:
app: app:
image: nocobase/nocobase:2.1.39-full image: nocobase/nocobase:2.1.39-full # 修改版本标签
restart: always restart: always
networks: networks:
- nocobase - nocobase
@@ -35,8 +35,8 @@ services:
- '13000:80' - '13000:80'
# init: true # init: true
# 如果使用已有数据库服务,可以不启动 mariadb # 如果使用已有数据库服务,可以不启动 postgres
mariadb: postgres:
image: postgres:16 image: postgres:16
restart: always restart: always
command: postgres -c wal_level=logical command: postgres -c wal_level=logical