2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Fix postgresql container (#6610)

- Linked volume caused permission issues
This commit is contained in:
Oliver
2024-03-01 16:53:42 +11:00
committed by GitHub
parent eb3d51f8a7
commit c8d6f2246b
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
expose:
- 5432/tcp
volumes:
- ../dev:/var/lib/postgresql/data:z
- ../dev/database:/var/lib/postgresql/data:z
environment:
POSTGRES_DB: inventree
POSTGRES_USER: inventree_user