mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 22:15:10 +00:00
chore: update docker-compose.yml
This commit is contained in:
parent
86d2f5ec14
commit
7fa5d72102
@ -40,6 +40,8 @@ services:
|
|||||||
DB_MODE: pg
|
DB_MODE: pg
|
||||||
NEED_START: yes
|
NEED_START: yes
|
||||||
command: ["/usr/sbin/init"]
|
command: ["/usr/sbin/init"]
|
||||||
|
volumes:
|
||||||
|
- ./storage/db/kingbase:/home/kingbase/userdata
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user