bind pgadmin only to localhost

This commit is contained in:
CJ_Clippy 2025-01-11 21:41:18 -08:00
parent 6e25a79fbf
commit bf2ad9a510
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ accessories:
pgadmin:
image: dpage/pgadmin4
host: 45.76.57.101
port: 5050
port: "127.0.0.1:5050:5050"
env:
clear:
PGADMIN_LISTEN_PORT: "5050"