psql manfistes port mode is ingress instead to host

This commit is contained in:
kube-master@emrekirman.com 2025-10-21 14:51:05 +00:00
parent 43f0fc45f6
commit cd7c9e74ae

View File

@ -5,7 +5,10 @@ services:
environment:
POSTGRES_PASSWORD: '98836'
ports:
- "5432:5432"
- target: 5432
published: 5432
protocol: tcp
mode: host
volumes:
- /var/data/psql:/var/lib/postgresql/data
networks: