invalid YAML in docker-compose.yml
ruthgrace opened this issue · 1 comments
ruthgrace commented
Hi,
I'm trying to follow the instructions on setup, and when I run
docker-compose pull && docker-compose up
I get
ERROR: yaml.parser.ParserError: while parsing a block collection
in "./docker-compose.yml", line 80, column 7
expected <block end>, but found '?'
in "./docker-compose.yml", line 81, column 7
If I paste the raw docker-compose.yml file from the repo (https://raw.githubusercontent.com/dimalo/klipper-web-control-docker/main/docker-compose.yml) into a yaml checker, http://www.yamllint.com/, I get the error
(<unknown>): did not find expected '-' indicator while parsing a block collection at line 80 column 7
I tried replacing the spaces and the dash on line 80 just in case it was a weird white space or special dash character issue, but it didn't help. Any advice?
Thanks
Ruth