use 0.0.0.0 listen addr
Some checks are pending
fp/our CI/CD / build (push) Waiting to run
ci / test (push) Waiting to run

This commit is contained in:
CJ_Clippy 2025-10-09 06:05:31 -08:00
parent 5dbfde4b23
commit 5a7c1782f7

View File

@ -68,8 +68,9 @@ services:
image: dpage/pgadmin4:latest image: dpage/pgadmin4:latest
network_mode: service:tailscale-pgadmin network_mode: service:tailscale-pgadmin
environment: environment:
PGADMIN_DISABLE_POSTFIX: 1 PGADMIN_LISTEN_ADDRESS: "0.0.0.0"
PGADMIN_LISTEN_PORT: 5050 PGADMIN_LISTEN_PORT: 5050
PGADMIN_DISABLE_POSTFIX: 1
tailscale-pgadmin: tailscale-pgadmin:
image: tailscale/tailscale:latest image: tailscale/tailscale:latest