2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +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

@ -1,6 +1,6 @@
upstream inventree {
# Should point to the InvenTree web server container
server web:8000;
server inventree:8000;
}
server {