初始化

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