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.
You must log in or register to comment.
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.