Merge pull request #3244 from okxlin/renovate/headscale-headscale-0.x

Update headscale/headscale Docker tag to v0.26.1
This commit is contained in:
okxlin 2025-07-07 21:23:42 +08:00 committed by GitHub
commit 3c88949810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ services:
- net.ipv4.ip_forward=1 - net.ipv4.ip_forward=1
- net.ipv6.conf.all.forwarding=1 - net.ipv6.conf.all.forwarding=1
command: ['headscale', 'serve'] command: ['headscale', 'serve']
image: headscale/headscale:v0.25.1 image: headscale/headscale:v0.26.1
labels: labels:
createdBy: "Apps" createdBy: "Apps"