psql manfistes port mode is ingress instead to host
This commit is contained in:
parent
43f0fc45f6
commit
cd7c9e74ae
|
|
@ -5,7 +5,10 @@ services:
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: '98836'
|
POSTGRES_PASSWORD: '98836'
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- target: 5432
|
||||||
|
published: 5432
|
||||||
|
protocol: tcp
|
||||||
|
mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- /var/data/psql:/var/lib/postgresql/data
|
- /var/data/psql:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user