mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Recently GitHub actions seems to have installed a buggy version of compose that [fails with `fatalError`](https://github.com/firezone/firezone/actions/runs/15181224905/job/42691214402?pr=9203) on this line `docker compose up -d relay-1 relay-2 --no-build`. Since those point to the same underlying image, I speculate that separating these out will temporary alleviate this issue for us.