From 8c1ae2db34ee718135df42384e4d26ef74c75a22 Mon Sep 17 00:00:00 2001 From: wheelz Date: Fri, 5 Jun 2026 20:39:44 +0000 Subject: [PATCH] Revert "fix: use Postgres PGDATA subdirectory" This reverts commit c9048aa94b452f68da4beb3dc4e84ab7af951d15. --- proxcenter-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/proxcenter-compose.yml b/proxcenter-compose.yml index 8a06ca6..ae223ee 100644 --- a/proxcenter-compose.yml +++ b/proxcenter-compose.yml @@ -99,9 +99,6 @@ services: - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - POSTGRES_DB=${POSTGRES_DB:-proxcenter} - POSTGRES_INITDB_ARGS=--encoding=UTF8 --locale=C - # Use a child directory under the NFS bind mount so Postgres does not - # need to chmod the NFS mount root during initdb. - - PGDATA=/var/lib/postgresql/data/pgdata volumes: - ${DockerData}/proxcenter/postgres_data:/var/lib/postgresql/data # Port is intentionally not published. Postgres is reachable only