Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit 8b1ca2f

Browse files
Update Utility services
1 parent 4672e09 commit 8b1ca2f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

utility-services/docker-compose.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717

1818
pihole:
1919
container_name: pihole
20-
image: pihole/pihole:2024.02.2
20+
image: pihole/pihole:2024.03.2
2121
ports:
2222
- "53:53/tcp"
2323
- "53:53/udp"
@@ -72,7 +72,7 @@ services:
7272
- services
7373

7474
vaultwarden:
75-
image: vaultwarden/server:1.30.3
75+
image: vaultwarden/server:1.30.5
7676
container_name: vaultwarden
7777
restart: unless-stopped
7878
environment:
@@ -110,7 +110,7 @@ services:
110110

111111
scrutiny:
112112
container_name: scrutiny
113-
image: ghcr.io/analogj/scrutiny:v0.7.3-omnibus
113+
image: ghcr.io/analogj/scrutiny:v0.8.0-omnibus
114114
cap_add:
115115
- SYS_RAWIO
116116
ports:
@@ -134,7 +134,7 @@ services:
134134
start_period: 20s
135135

136136
speedtest-tracker:
137-
image: ghcr.io/alexjustesen/speedtest-tracker:v0.17.2
137+
image: ghcr.io/alexjustesen/speedtest-tracker:v0.18.5
138138
container_name: speedtest-tracker
139139
environment:
140140
PUID: 1000
@@ -161,7 +161,7 @@ services:
161161
timeout: 10s
162162

163163
homepage:
164-
image: ghcr.io/gethomepage/homepage:v0.8.8
164+
image: ghcr.io/gethomepage/homepage:v0.8.10
165165
container_name: homepage
166166
environment:
167167
- TZ=${TIMEZONE}
@@ -175,7 +175,7 @@ services:
175175
restart: unless-stopped
176176

177177
paperless-ngx:
178-
image: ghcr.io/paperless-ngx/paperless-ngx:2.5.4
178+
image: ghcr.io/paperless-ngx/paperless-ngx:2.6.3
179179
container_name: paperless-ngx
180180
environment:
181181
USERMAP_UID: 1000
@@ -201,7 +201,7 @@ services:
201201
retries: 5
202202

203203
changedetection:
204-
image: ghcr.io/dgtlmoon/changedetection.io:0.45.14
204+
image: ghcr.io/dgtlmoon/changedetection.io:0.45.17
205205
container_name: changedetection
206206
environment:
207207
PORT: 5000

0 commit comments

Comments
 (0)