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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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