2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-01 17:41:33 +00:00

change web -> inventree

This commit is contained in:
Oliver Walters
2021-04-18 17:21:06 +10:00
parent eb108edb60
commit d8e1e18f4d
2 changed files with 3 additions and 3 deletions

View File

@@ -35,8 +35,8 @@ services:
# InvenTree web server services
# Uses gunicorn as the web server
web:
container_name: web
inventree:
container_name: inventree
image: inventree/inventree:latest
expose:
- 8000