Skip to content

Commit

Permalink
fix(docker): open_webui now runs in its own network as hostname and…
Browse files Browse the repository at this point in the history
… `network_mode` can't be used together #63
  • Loading branch information
sassanh committed Apr 15, 2024
1 parent ea2b47b commit c41c01c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- feat(core): notifications now can have an optional `extra_information` field which
will cause the notification widget to render an info icon which opens a separate
screen to render the extra information
- fix(docker): open_webui now runs in its own network as `hostname` and `network_mode`
can't be used together #63

## Version 0.12.5

Expand Down
1 change: 0 additions & 1 deletion ubo_app/services/080-docker/reducer.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ class ImageEntry(Immutable):
icon='󰾔',
path=DOCKER_PREFIX + 'ghcr.io/open-webui/open-webui:main',
dependencies=['ollama'],
network_mode='container:ollama',
ports={'8080/tcp': '8080'},
hosts={'host.docker.internal': 'ollama'},
),
Expand Down

0 comments on commit c41c01c

Please sign in to comment.