Bind to localhost behind reverse proxy

This commit is contained in:
ben
2025-04-14 14:34:16 +02:00
parent 2b21004bf9
commit 76f889255f

View File

@@ -97,9 +97,9 @@ services:
- openedai-speech
- aichat
ports:
- "11434:11434"
- "8000:8000"
- "8001:8001"
- "127.0.0.1:11434:11434"
- "127.0.0.1:8000:8000"
- "127.0.0.1:8001:8001"
restart: unless-stopped
networks:
- internet