this post was submitted on 02 Apr 2021
5 points (100.0% liked)
Lemmy Support
4719 readers
35 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 need to build a Docker image, if you forked lemmy-ui then that should be simply
docker build .
. Then get the built image on the server, works via Docker Hub, or by exporting to a file, transfering to the server and importing it. Then reference that image in docker-compose.yml instead of lemmy-ui.This definitely needs to be documented better.
Thank you for taking the time to answer, I really appreciate it! This worked great. Good thing that I asked instead of trying to build a house with a hammer.