this post was submitted on 27 Dec 2020
15 points (100.0% liked)
Lemmy Support
4718 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
Great, thanks. I can modify the line but it would be good if you could explain how to recompile the system as it is running in a docker container based on the manual here:
https://lemmy.ml/docs/administration_install_docker.html
From memory, there are likely some typos. You can also push to a docker registry instead (like docker hub), but this seems easier.
Edit: maybe you could add this to the documentation :)
I think you'd have to compile a local docker image. Maybe @[email protected] or @[email protected] can comment on how to do that.
Sure I can do that - I just need the build/compile command to include in the Dockerfile.
EDIT: I found the Dockerfile and can build it from https://github.com/LemmyNet/lemmy/tree/main/docker/prod All good
Just a reminder, please make your changes open source too. That's required by the license.
Ok, thanks 👍