mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Docker Compose Fix (#9311)
* Fix postgres version in docker-compose file - Pin to version 16 - Compatible with the alpine image * Add check for backup and restore procedures
This commit is contained in:
@ -36,7 +36,7 @@ services:
|
||||
# Database service
|
||||
# Use PostgreSQL as the database backend
|
||||
inventree-db:
|
||||
image: postgres:17
|
||||
image: postgres:16
|
||||
container_name: inventree-db
|
||||
expose:
|
||||
- ${INVENTREE_DB_PORT:-5432}/tcp
|
||||
|
Reference in New Issue
Block a user