Closed Vaalyn closed 4 years ago
@Vaalyn Rather than keeping this line, which caused us a lot of headache on the main docker.sh
installation process, I just switched to hard-coding a specific version of Compose that we know works with our setup. In the parent install's case it's COMPOSE_VERSION=1.25.3
.
I wouldn't mind doing the same here just to avoid potential problems with this not working on all hosts.
Modify the regex for COMPOSE_VERSION to match wrongly tagged releases and add a numerical sort to ensure we pull the newest version.
Closes https://github.com/AzuraCast/AzuraCast/issues/2553