fix: update docker-compose port for db
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
POSTGRESQL_DATABASE: tycho_indexer_0
|
||||
POSTGRESQL_USERNAME: postgres
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "5431:5432"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user