mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Merge pull request #180 from rushilchugh01/main
Fixing https://github.com/open-webui/docs/issues/179
This commit is contained in:
commit
f6183a88de
@ -85,7 +85,8 @@ services:
|
||||
command: ["bash", "dev.sh"]
|
||||
env_file: ".env"
|
||||
environment:
|
||||
- ENV: dev
|
||||
- ENV=dev
|
||||
- WEBUI_AUTH=False
|
||||
volumes:
|
||||
- data:/app/backend/data
|
||||
extra_hosts:
|
||||
@ -105,6 +106,7 @@ services:
|
||||
|
||||
volumes:
|
||||
data: {}
|
||||
ollama: {}
|
||||
```
|
||||
2. To start the containers, run `docker compose -f compose-dev.yaml up --watch`. The webapp will be available at `http://localhost:3000`
|
||||
3. To stop, hit `ctrl-c` or run `docker compose -f compose-dev.yaml down
|
||||
@ -132,4 +134,4 @@ services:
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
restart: always
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user