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