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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)
# ---------------------