Skip to content

Commit 5aea0e7

Browse files
author
Matt Reeves
committedAug 6, 2024
Merge branch 'main' into renovate/docker.mafyuh.xyz-twingate-connector
2 parents 745ee6f + 2eca916 commit 5aea0e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎docker/AI/docker-compose.yml

+1-1
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:

‎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.0
1111
ports:
1212
- "8282:80/tcp"
1313
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.