Update docker-compose.yml
remove origins
This commit is contained in:
parent
beaca2f395
commit
ebdfaa6296
|
@ -7,7 +7,6 @@ services:
|
||||||
container_name: ollama-amd
|
container_name: ollama-amd
|
||||||
environment:
|
environment:
|
||||||
- PORT=11434
|
- PORT=11434
|
||||||
- OLLAMA_ORIGINS=* # Allow cross-origin requests
|
|
||||||
ports:
|
ports:
|
||||||
- '${APP_PORT}:11434'
|
- '${APP_PORT}:11434'
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user