Update index.mdx

Updating the compose-dev.yml file specified at https://docs.openwebui.com/tutorial-development/ to fix the errors at https://github.com/open-webui/docs/issues/179
This commit is contained in:
rushilchugh01
2024-08-11 23:56:50 +05:30
committed by GitHub
parent 84ad1360b1
commit def18052a1

View File

@@ -56,7 +56,7 @@ services:
container_name: ollama
pull_policy: always
tty: true
restart: no
restart: always
image: ollama/ollama:${OLLAMA_DOCKER_TAG-latest}
frontend:
@@ -93,7 +93,7 @@ services:
- host.docker.internal:host-gateway
ports:
- "8080:8080"
restart: no
restart: always
develop:
watch:
- action: sync