I am trying to get my instances back online, but the new update made it where my multi-instance setup wasn’t as easy to maintain. Not sure if I just need to add the information for the ports to the new streaming.service files like before or not, but wanted to try and get a Docker install going.
… It’s not going well.
Everytime I start modifying the docker-compose.yml file as instructed since I am not modifing the code, and want elasticsearch enabled, I get key not found where expected line 2.
The white space rules for yml are kicking my ass and I don’t care for it.
Any help either on this or just getting my old setup functioning properly would be appreciated.
If you post a copy of your
docker-compose.yml
file inside a code block, somebody can probably identify the syntax error for you. Otherwise, the best I can do is tell you you can paste your YAML into https://www.yamllint.com/ and it will tell you if your YAML is valid or not.