AAEmu/AAEmu

docker-compose.yaml

zerofill opened this issue · 4 comments

Why does the docker-compose.yaml have version 6.0 at the top? There is no 6.0

This is for .NET 6.0, not for docker

Yeah what I am saying though is there is a version 6 at the top of the docker-compose.yaml file. It won't run like that. Changing it to 3 will run. But this: version: '6.0'
1st line is not valid for a docker-compose.yaml / .yml file.

To be fair, none of the core team are really familiar, and docket support was not added by us.
I did test it back then, and it did work as intended (even if it may be wrong).
I'll tag the people responsible to it, to ask for more information.
@RogerBarreto
@Hucaru
But not sure if we'll get a answer for this.
Feel free to make a PR with fixes if you want.

No problem, and yeah there was a time when it didn't care about versions. So I assume they made that a long time ago.