switch to alpine version of postgres
This commit is contained in:
parent
67e437323b
commit
57f5b22ab1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ services:
|
|||
# Database service
|
||||
# Use PostgreSQL as the database backend
|
||||
inventree-db:
|
||||
image: postgres:17
|
||||
image: postgres:17-alpine
|
||||
container_name: inventree-db
|
||||
expose:
|
||||
- ${INVENTREE_DB_PORT:-5432}/tcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue