I'm getting an error and I have no idea what it means or how to fix it.

Soullioness@lemmy.world to Selfhosted@lemmy.world – -2 points –

I've been trying to setup a personal Lemmy instance for better control over federation, but I've run in to many error messages, most of I solved on my own but here's this one...

soullioness@raspberrypi:~ $ docker-compose up -d ERROR: yaml.constructor.ConstructorError: while constructing a mapping in "./docker-compose.yml", line 36, column 12 found unhashable key in "./docker-compose.yml", line 36, column 13

I can't for the life of me figure this out. I can't find any helpful info online either.

Edit: I'm using a raspberry pi 3 I'm sure there is more info I'm forgetting just let me know.

2

Sounds like a problem with your docker compose file. Can you post the contents of docker-compose.yml?

Well, you will need to tell us what is in line 36 of your docker compose file. Its probably a syntax error due to a typo or so.