this post was submitted on 23 May 2022
2 points (100.0% liked)
Lemmy Support
4929 readers
1 users here now
Support / questions about Lemmy.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Did you follow the documentation for theming?
https://join-lemmy.org/docs/en/administration/theming.html
What I mean is to use the command docker exec -it 9f3678b6218f /bin/bash to enter the Docker instance and then modify the theme file.
Try
docker-compose exec lemmy-ui sh
, the container might not have bash. Also, any changes made this way will be gone after restart.