2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 05:26:45 +00:00

Rename default docker-compose file

This commit is contained in:
Oliver Walters 2022-04-20 21:18:12 +10:00
parent aec7d2d0aa
commit f0a01587ac

View File

@ -32,8 +32,6 @@ version: "3.8"
services: services:
# Database service # Database service
# Use PostgreSQL as the database backend # Use PostgreSQL as the database backend
# Note: this can be changed to a different backend,
# just make sure that you change the INVENTREE_DB_xxx vars below
inventree-db: inventree-db:
container_name: inventree-db container_name: inventree-db
image: postgres:13 image: postgres:13