mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-20 16:41:39 +00:00
Currently, we are hardcoding the network interface to use in the docker compose file. This doesn't scale pariticularly well because docker-compose doesn't like it when networks have overlapping address ranges. Instead of hard-coding the address, we let docker compose choose a network range and assign addresses to us. --------- Co-authored-by: Jamil Bou Kheir <jamilbk@users.noreply.github.com>