this post was submitted on 28 Nov 2023
1 points (100.0% liked)

Mastodon

23 readers
1 users here now

Mastodon is

Helpful links

Registrations for 'mastodon.social' are often closed, but you can learn more about Mastodon and register with another instance at joinmastodon.org. It doesn't matter which instance you register on - you can still follow anyone on any instance.

If you are looking for service providers that can host and manage an instance for you:

founded 1 year ago
MODERATORS
 

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.

top 1 comments
sorted by: hot top controversial new old
[–] minneyar@alien.top 1 points 11 months ago

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.