fix: expose LiteLLM inside container network

This commit is contained in:
Codex
2026-07-22 00:29:06 -07:00
parent 790e79cba9
commit 82448eb227
+1 -1
View File
@@ -29,7 +29,7 @@ services:
volumes: volumes:
- ./config.yaml:/app/config.yaml:ro - ./config.yaml:/app/config.yaml:ro
- google-adc:/credentials:ro - google-adc:/credentials:ro
command: ["--config", "/app/config.yaml", "--port", "4000"] command: ["--config", "/app/config.yaml", "--host", "0.0.0.0", "--port", "4000"]
logging: logging:
driver: json-file driver: json-file
options: options: