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