'psql/posgtresql.yml' güncelle

This commit is contained in:
emrekirman 2025-08-12 18:21:22 +00:00
parent 6a076cd5c7
commit b9375fe7e0

View File

@ -5,7 +5,7 @@ services:
environment:
POSTGRES_PASSWORD: '98836'
ports:
- 5432:5432
- "5432:5432"
volumes:
- /var/data/psql:/var/lib/postgresql/data
networks: