I made the two version number changes to my docker-compose.yml file. Ran Docker Compose Down then Docker Compose Up -D.

Visit https://beehaw.org and you’ll see the error in your browser:

404: FetchError: request to http://0.0.0.0:8536/api/v3/site

  • Salamander
    link
    fedilink
    21 year ago

    If you go to your lemmy directory and type docker-compose logs -f lemmy, what does it say?

    Can you share your docker-compose.yml file, removing the database password and any other private information?

    • @suspended@lemmy.mlOP
      link
      fedilink
      11 year ago

      thread ‘main’ panicked at ‘Failed to load settings file: LemmyError { message: None, inner: TrailingCharacters at 99:4 at “email: {\n# #”, context: “SpanTrace” }’, crates/utils/src/settings/mod.rs:18:33

      I’ll see about getting you the docker-compose.yml file.

      • Salamander
        link
        fedilink
        41 year ago

        Oh, that looks like an error in your lemmy.hjson settings file. If you share that one too with the passwords redacted I can check.