From f9df4dbbf5732e4a244eb86be0ed8b15859c4ba6 Mon Sep 17 00:00:00 2001 From: X-tof Date: Sat, 14 Feb 2026 22:43:39 +0100 Subject: [PATCH] docker-compose-hb1-postgres.yaml aktualisiert --- docker-compose-hb1-postgres.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose-hb1-postgres.yaml b/docker-compose-hb1-postgres.yaml index 0b6f9bb..c240a5d 100644 --- a/docker-compose-hb1-postgres.yaml +++ b/docker-compose-hb1-postgres.yaml @@ -20,6 +20,7 @@ services: DB_POSTGRES_NAME: 'npm' # Uncomment this if IPv6 is not enabled on your host DISABLE_IPV6: 'true' + IP_RANGES_FETCH_ENABLED: 'false' volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt @@ -28,6 +29,8 @@ services: networks: - npm-nw - npm-internal + dns: + 172.30.30.3 npm-db: image: postgres:latest