YAML syntax error

while running the auto install script, it gave me an error message:

(): did not find expected key while parsing a block mapping at line 42 column 3 -e LANG=en_US.UTF-8
YAML syntax error. Please check your containers/*.yml config files.

as i believe this is a docker container (i think), i dont know how to locate the file to fix the problem. I’m sorry as im not familiar with linux, docker, or programming in general… please help

ok i found out how to get into the yaml file. what is the correct way to fix the problem?

env:
  LC_ALL: en_US.UTF-8
  LANG: en_US.UTF-8
  LANGUAGE: en_US.UTF-8

That’s very strange. Did you enter some tabs or something strange when you ran the script?

The easiest thing to do is you can’t figure it out is to delete the yml file and run discourse-setup again.

It’s possible, but unlikely that there has been some change to the standalone.yml template that broke the script.