Rename to cpu relate folder name.

This commit is contained in:
Shang Chieh Tseng
2025-04-07 10:44:07 +08:00
parent 381492b282
commit fdd7a4b8d6
2 changed files with 17 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ version: '3.8'
services:
ollama:
image: ollama/ollama
container_name: ollama
container_name: ollama-cpu
ports:
- "11434:11434"
volumes:

View File

@@ -0,0 +1,16 @@
version: '3.8'
services:
open-webui:
image: ghcr.io/open-webui/open-webui
container_name: open-webui
ports:
- "8080:8080"
volumes:
- open-webui:/app/backend/data
restart: unless-stopped
privileged: true
volumes:
open-webui: