this post was submitted on 12 Jun 2023
5 points (100.0% liked)

Lemmy Support

4650 readers
3 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] twitterfluechtling 1 points 1 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?