Default to --host 0.0.0.0 in Docker and docker-compose

This commit is contained in:
coder3101
2026-07-15 01:08:00 +05:30
parent ed59ac964b
commit 0db2837f13
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ services:
- ./hf_cache:/app/hf_cache
- ./lenses:/app/lenses
environment:
- JWASH_HOST=0.0.0.0
- HF_HOME=/app/hf_cache
- JWASH_DATA_DIR=/app/data
- HF_TOKEN=${HF_TOKEN:-}