set publish port for pgadmin
Some checks failed
ci / test (push) Failing after 4m34s
fp/our CI/CD / build (push) Successful in 1m0s

This commit is contained in:
CJ_Clippy 2025-10-01 00:25:05 -08:00
parent 419352cc3e
commit 40ee0589b7

View File

@ -72,7 +72,7 @@ services:
env_file: ./.env env_file: ./.env
ports: ports:
- target: 5050 - target: 5050
published: 5050 published: 8095
protocol: tcp protocol: tcp
mode: ingress mode: ingress