2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Force TCP for postgres

This commit is contained in:
Oliver Walters
2021-03-31 20:14:57 +11:00
parent 48cbd3be97
commit c66dddc03f
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,6 @@ jobs:
env:
POSTGRES_USER: inventree
POSTGRES_PASSWORD: password
POSTGRES_DB: inventree_test_db
ports:
- 5432:5432