📜  postgres alpine 配置文件位置 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:06.027000             🧑  作者: Mango

代码示例1
docker run -d \
-v $CUSTOM_CONFIG:/etc/postgresql.conf \
-e POSTGRES_USER=postgres \
--name postgres \
postgres:9.6 postgres -c config_file=/etc/postgresql.conf