feat(docker): forward /etc/hosts entries to worker containers (#346)

This commit is contained in:
ezl-keygraph
2026-05-28 23:12:11 +05:30
committed by GitHub
parent 7813baf16a
commit 35f59f30f6
4 changed files with 95 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ CLAUDE_CODE_MAX_OUTPUT_TOKENS=64000
# Adaptive thinking is enabled automatically on Opus 4.6/4.7. Set to false to disable.
# CLAUDE_ADAPTIVE_THINKING=false
# Shannon forwards your machine's /etc/hosts entries into the worker container. Set to false to disable.
# SHANNON_FORWARD_HOSTS=false
# =============================================================================
# OPTION 1: Direct Anthropic
# =============================================================================