use normal pg port

mm-logging
lza_menace 3 years ago
parent bf20f634b3
commit bde7df7f61

@ -6,7 +6,7 @@ services:
image: postgres:9.6.15-alpine
container_name: wowstash_db
ports:
- 5433:5432
- 5432:5432
environment:
POSTGRES_PASSWORD: ${DB_PASS}
POSTGRES_USER: ${DB_USER}