From 8ac7e3a028f9ca7c3c440af1b1cf52e899d5212c Mon Sep 17 00:00:00 2001 From: rushilchugh01 <58689126+rushilchugh01@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:56:50 +0530 Subject: [PATCH] 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 --- docs/tutorial-development/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial-development/index.mdx b/docs/tutorial-development/index.mdx index c6ce0e5..61c51a9 100644 --- a/docs/tutorial-development/index.mdx +++ b/docs/tutorial-development/index.mdx @@ -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