now i get this error when i attempt to access it. anyone know how to set it back?

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

and the command docker compose -p lemmy-easy-deploy logs -f yeilds a bunch of nonsense but this line stood out…

Error: LemmyError { message: Some("Cannot have both private instance and federation enabled."), inner: Cannot have both private instance and federation enabled., context: "SpanTrace" }

  • @grue
    link
    English
    22 years ago

    Hmm… well, it must be somewhere (I don’t know much about docker). Maybe run some Docker command to list the containers, then supply the appropriate one to the grandparent commenter’s docker exec... command.

    • SoullionessOP
      link
      English
      02 years ago

      I’m sorry, that went over my head… i’m as new at this as you can be…

      • @twack
        link
        English
        1
        edit-2
        2 years ago

        The name you are looking for should be listed in this output:

        docker ps -a

        You need to run it is root or as

        sudo docker ps -a