mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-10 10:41:32 +09:00
4d3b567149
Docker 29 itself works; the breakage on the GHA runner image was the overlayfs default. Setting storage-driver=overlay2 restores the long-standing default and lets the suite run on the current Docker without the apt downgrade dance. Fixes #3094