Hello, I have been a discourse user since yesterday, using the given code I have not been able to install the plugin since it always says the following error:
(): did not find expected key while parsing a block mapping at line 10 column 1 -e LANG=en_US.UTF-8
YAML syntax error. Please check your containers/*.yml config files.
However, I have managed to install at least 1 plugins, using this code to the right of the first base code
Could you share a snippet of your after_code block? yaml is very sensitive to spacing, and you might have accidentally indented a line that shouldn’t have been.
makes it MUCH easier to see the indentation in your YAML file. In VS Code also you should use the shortcut keys such as Cmd + [ or Cmd + ] to increase or decrease indents.
oh also forgot to mention, turn on visible whitespace as well, thats the little grey dots you can see in the screenshot