fix nocobase
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user