初始化

This commit is contained in:
2026-06-25 13:34:41 +08:00
parent b53df728ce
commit 635248ece7
4 changed files with 13 additions and 84 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
# 添加 pg_hba 复制访问规则(在 docker-entrypoint 初始化后执行)
echo "host replication all 0.0.0.0/0 md5" >> "$PGDATA/pg_hba.conf"