this post was submitted on 07 Jul 2023
3 points (100.0% liked)
Lemmy Support
4654 readers
21 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
you tell it what you mean by lemmy and lemmy-ui earlier in the config file outside of the server {} block
upstream lemmy {
# this needs to map to the lemmy (server) docker service hostname
server "127.0.0.1:8536";
}
upstream lemmy-ui {
# this needs to map to the lemmy-ui docker service hostname
server "127.0.0.1:1234";
}