port 3000 to 8080

This commit is contained in:
valiantlynx
2024-04-07 17:57:44 +02:00
parent d235d3dfa1
commit 01ac38e3a6
3 changed files with 16 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ services:
restart: always
depends_on:
- ollama
- llama-webui
- ollama-webui
networks:
- ollama-docker
@@ -29,7 +29,7 @@ services:
networks:
- ollama-docker
llama-webui:
ollama-webui:
image: ghcr.io/ollama-webui/ollama-webui:main
container_name: ollama-webui
volumes:
@@ -37,7 +37,7 @@ services:
depends_on:
- ollama
ports:
- 3000:8080
- 8080:8080
environment:
- '/ollama/api=http://ollama:11434/api'
extra_hosts: