Svengarlic to Selfhosted • 2 years agoLemmy docker container?message-square24arrow-up110arrow-down14file-text
arrow-up16arrow-down1message-squareLemmy docker container?Svengarlic to Selfhosted • 2 years agomessage-square24file-text
Right now it looks like you can only run lemmy in docker-compose, is there work on an official container?
minus-squareSvengarlic OPlink2•2 years agoI mean, I know I don’t have to recreate it when I use a normal container, but I’m not clear when using compose
minus-square@bitratelink2•2 years agoYou can do whatever you want inside the container. If you wanted to update inside it, you can, but it’s probably not worth the effort. The downtime depending on the app can be just a few seconds when you rebuild the container.
I mean, I know I don’t have to recreate it when I use a normal container, but I’m not clear when using compose
Hopefully someone with knowledge can weigh in.
You can do whatever you want inside the container. If you wanted to update inside it, you can, but it’s probably not worth the effort. The downtime depending on the app can be just a few seconds when you rebuild the container.
That makes sense