Skip to content

Commit fe2ae12

Browse files
author
Matt Reeves
committedAug 6, 2024
Merge branch 'main' into renovate/ghcr.io-linuxserver-syncthing
2 parents 8c74aca + 6795c8e commit fe2ae12

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
 

‎docker/AI/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
ollama:
5-
image: ollama/ollama:0.3.3
5+
image: ollama/ollama:0.3.4
66
container_name: ollama
77
restart: unless-stopped
88
volumes:
@@ -29,7 +29,7 @@ services:
2929
- host.docker.internal:host-gateway
3030

3131
mindsdb:
32-
image: mindsdb/mindsdb:v24.7.5.0
32+
image: mindsdb/mindsdb:v24.8.1.0
3333
container_name: mindsdb
3434
ports:
3535
- 47334:47334

‎docker/arrs/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
bazarr:
4-
image: ghcr.io/linuxserver/bazarr@sha256:e70de8a714ac57395d45052392001ec433b8f48aa1c204f13dae312cbcbe43af
4+
image: ghcr.io/linuxserver/bazarr@sha256:4222fa316c51c2d0257384e5562541059698c220abbb00170eb93c3ddfa52d18
55
container_name: bazarr
66
ports:
77
- "6767:6767"

‎docker/cf/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
services:
33
cf-tunnel:
44
restart: unless-stopped
5-
image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:f6e9fff347602b8e70f1765127abc96f3b8d1af4cc46185913a043edab75ae5b
5+
image: docker.mafyuh.xyz/cloudflare/cloudflared@sha256:31fc2956d49179f7fd230b030e702e40ade7ccc361d0f1079e4a56bc888678f9
66
command: tunnel --no-autoupdate run --token $CF_TOKEN
77

88
wallos:
99
container_name: wallos
10-
image: bellamy/wallos:2.20.1
10+
image: bellamy/wallos:2.21.1
1111
ports:
1212
- "8282:80/tcp"
1313
environment:

‎docker/kasm/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
kasm:
4-
image: ghcr.io/linuxserver/kasm@sha256:c0cb1eeb62e27a3da2058368bae0ac1b8640b5971df24f6099696b48d4109053
4+
image: ghcr.io/linuxserver/kasm@sha256:c68b21aab787c3a35e170438d6be2dcfaded038c09b7d96d06815d294ecd4241
55
container_name: kasm
66
privileged: true
77
environment:

‎docker/twingate/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
twingate-famous-alligator:
3-
image: docker.mafyuh.xyz/twingate/connector@sha256:749a50d21a69221e6737013e358e52c234d32b4dc9c9d905b383d802082e2807
3+
image: docker.mafyuh.xyz/twingate/connector@sha256:30864d606a6a252ac919220ad32b7d9ea6335497e8ce774216b13bf05aabd4bf
44
container_name: twingate-famous-alligator
55
restart: always
66
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.