psql manfistes port mode is ingress instead to host
This commit is contained in:
parent
43f0fc45f6
commit
cd7c9e74ae
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user