***
a/docker-compose.yml 2025-07-12 00:17:33.050443300 +0000
+++ b/docker-compose.yml 2025-07-12 00:18:21.038972526 +0000
@@ -37,7 +37,7 @@
image: dessalines/lemmy-ui:0.19.12
environment:
- LEMMY_UI_LEMMY_INTERNAL_HOST=lemmy:8536
- - LEMMY_UI_LEMMY_EXTERNAL_HOST=lemmy.ml
+ - LEMMY_UI_LEMMY_EXTERNAL_HOST={{ domain }}
- LEMMY_UI_HTTPS=true
volumes:
- ./volumes/lemmy-ui/extra_themes:/app/extra_themes
Edit: From https://github.com/LemmyNet/lemmy-docs/tree/main/assets
The relevant repo is:
https://github.com/LemmyNet/lemmy-docs
If you wanted to submit a PR, I think that would be a good idea. I've posted the patch elsewhere in the comments.