use normal pg port

This commit is contained in:
lza_menace 2020-12-18 09:18:37 -08:00
parent bf20f634b3
commit bde7df7f61
1 changed files with 1 additions and 1 deletions

View File

@ -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}