Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot dfeccd6a7a Update nginx Docker tag to v1.31.0 2026-05-14 02:33:26 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
services: services:
healthchecks: healthchecks:
container_name: healthchecks container_name: healthchecks
image: ghcr.io/linuxserver/healthchecks:4.2.20260511@sha256:5219c2b2708ed86802ec65d6dbcd0b16ef3448bc7017984c179cd793ce0d316d image: ghcr.io/linuxserver/healthchecks:4.2.20260428@sha256:2973440afcdcf5884b334782a70b7a7c292595810ad3a162f0289d2e878f2c80
restart: unless-stopped restart: unless-stopped
environment: environment:
- PUID=${PUID} - PUID=${PUID}
+1 -1
View File
@@ -53,7 +53,7 @@ services:
webfinger: # For Tailscale webfinger: # For Tailscale
container_name: webfinger container_name: webfinger
image: nginx:1.30.0-alpine image: nginx:1.31.0-alpine
volumes: volumes:
- ./webfinger/webfinger.json:/usr/share/nginx/html/.well-known/webfinger:ro - ./webfinger/webfinger.json:/usr/share/nginx/html/.well-known/webfinger:ro
- ./webfinger/nginx.conf:/etc/nginx/conf.d/default.conf:ro - ./webfinger/nginx.conf:/etc/nginx/conf.d/default.conf:ro