2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Fix comment in docker-compose.yml (#6656)

- Reference Caddy, not nginx
This commit is contained in:
Oliver
2024-03-07 14:40:09 +11:00
committed by GitHub
parent c48669cf8f
commit d842942fa9

View File

@ -4,7 +4,7 @@ version: "3.8"
# - PostgreSQL as the database backend
# - gunicorn as the InvenTree web server
# - django-q as the InvenTree background worker process
# - nginx as a reverse proxy
# - Caddy as a reverse proxy
# - redis as the cache manager (optional, disabled by default)
# ---------------------