From 5a7c1782f76dc52208a61524b9dd3f982eb19bff Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Thu, 9 Oct 2025 06:05:31 -0800 Subject: [PATCH] use 0.0.0.0 listen addr --- services/our/compose.production.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index a167362..b19ac65 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -68,8 +68,9 @@ services: image: dpage/pgadmin4:latest network_mode: service:tailscale-pgadmin environment: - PGADMIN_DISABLE_POSTFIX: 1 + PGADMIN_LISTEN_ADDRESS: "0.0.0.0" PGADMIN_LISTEN_PORT: 5050 + PGADMIN_DISABLE_POSTFIX: 1 tailscale-pgadmin: image: tailscale/tailscale:latest