Bind to localhost behind reverse proxy
This commit is contained in:
@@ -97,9 +97,9 @@ services:
|
|||||||
- openedai-speech
|
- openedai-speech
|
||||||
- aichat
|
- aichat
|
||||||
ports:
|
ports:
|
||||||
- "11434:11434"
|
- "127.0.0.1:11434:11434"
|
||||||
- "8000:8000"
|
- "127.0.0.1:8000:8000"
|
||||||
- "8001:8001"
|
- "127.0.0.1:8001:8001"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- internet
|
- internet
|
||||||
|
|||||||
Reference in New Issue
Block a user