From 0cc34ebb63f9f1b15a9440018a50f28bb25c6b1a Mon Sep 17 00:00:00 2001 From: Xoconoch Date: Wed, 6 Aug 2025 11:11:11 -0600 Subject: [PATCH] Document HOST change --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 249c52d..16abd67 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,9 @@ # Docker Compose environment variables# Delete all comments of this when deploying (everything that is ) +# Interface to bind to. Unless you know what you're doing, don't change this +HOST=0.0.0.0 + # Redis connection (external or internal) REDIS_HOST=redis REDIS_PORT=6379