AzuraCast / AzuraRelay

A "relay in a box" containing a lightweight web application and Icecast servers that can connect to and relay an AzuraCast parent instance.
GNU Affero General Public License v3.0
37 stars 14 forks source link

Fix AzuraCast issue 2553 #9

Closed Vaalyn closed 4 years ago

Vaalyn commented 4 years ago

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

BusterNeece commented 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.