Change dev ports to reduce clashes

This commit is contained in:
Tom Moor 2019-03-30 23:35:09 -07:00
parent 49e5748a4f
commit 76bb6c4341
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ services:
redis:
image: redis
ports:
- "6379:6379"
- "6389:6379"
postgres:
image: postgres
ports:
- "5432:5432"
- "5433:5432"
environment:
POSTGRES_USER: user
POSTGRES_PASSWORD: pass