We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3db0cf9 + e06424d commit 262d8c5Copy full SHA for 262d8c5
docker/AI/docker-compose.yml
@@ -18,7 +18,7 @@ services:
18
capabilities: [gpu]
19
20
open-webui:
21
- image: ghcr.io/open-webui/open-webui:0.3.21
+ image: ghcr.io/open-webui/open-webui:v0.3.22
22
container_name: open-webui
23
restart: unless-stopped
24
ports:
docker/downloaders/docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3.9'
2
services:
3
sabnzbd:
4
- image: ghcr.io/linuxserver/sabnzbd@sha256:cf7743af338e1cdfc97f6e6c605c8c45d737a4f268ab96ba6cec565134cea5e1
+ image: ghcr.io/linuxserver/sabnzbd@sha256:374a89d565afda9e90ffb01b1ed032390cf701f24e9c035a842440194fdca1a0
5
container_name: sabnzbd
6
environment:
7
- PUID=1000
0 commit comments