Skip to content

Commit 50b1acb

Browse files
authored
chore: Update docker-compose.yml
1 parent d5bbd67 commit 50b1acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ollama-ui/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
container_name: ollama-ui
66
restart: always
77
ports:
8-
- 8080
8+
- 8080:8080 # web ui
99
expose:
1010
- 8080
1111
volumes:

0 commit comments

Comments
 (0)