Update docker-compose.yml

remove origins
This commit is contained in:
nrvo 2024-05-04 15:47:22 +02:00 committed by GitHub
parent beaca2f395
commit ebdfaa6296
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ services:
container_name: ollama-amd
environment:
- PORT=11434
- OLLAMA_ORIGINS=* # Allow cross-origin requests
ports:
- '${APP_PORT}:11434'
networks: