I just searched for this community, as I wanted to link to their starting guide from my instance. I searched for [email protected] via my instance’s search option, and now while I can visit it, it always appears empty.

  • twitterfluechtling
    link
    11 year ago

    Seems the lemmy-container was supposed to use nginx as a reverse proxy to reach other servers, but for some reason that didn’t work. I added

    lemmy:
        ....
        networks:
            ....
            - lemmyexternalproxy
    

    Now it works… I assume there should be a better option for me to fix it, maybe something in the nginx.conf or so?