Compare commits
No commits in common. "cce1219c801ea7a8365cec93b74f8a5203604e55" and "3183d57529a60670cf211b9d81dfe599f0bc7601" have entirely different histories.
cce1219c80
...
3183d57529
2 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
capabilities: [gpu]
|
||||
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:0.2.3
|
||||
image: ghcr.io/open-webui/open-webui:v0.2.2
|
||||
container_name: open-webui
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
services:
|
||||
cf-tunnel:
|
||||
restart: unless-stopped
|
||||
image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:a3ba3f799551b9d9e5f15eba4b3025599a90c6f8aa1583003218e1c288c41c6a
|
||||
command: tunnel --no-autoupdate run --token $CF_TOKEN
|
||||
|
|
Reference in a new issue