mirror of
https://github.com/BgaSol/sol-cloud
synced 2026-05-24 01:28:51 +00:00
fix(docker): Optimized the mounting method of PostgreSQL configuration files
This commit is contained in:
parent
9afbf3584d
commit
465ae069de
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ services:
|
|||
volumes:
|
||||
- ./data/postgres/data:/var/lib/postgresql/data
|
||||
- ./data/postgres/log:/var/log/postgresql
|
||||
- ./config/postgres/initdb:/docker-entrypoint-initdb.d
|
||||
- ./config/postgres/initdb:/docker-entrypoint-initdb.d:ro
|
||||
- ./config/postgres/conf/postgresql.conf:/etc/postgresql/postgresql.conf:ro
|
||||
ports:
|
||||
- "5432:5432"
|
||||
|
|
|
|||
Loading…
Reference in a new issue