You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kind request, if it's possible for this great opensource app Logseq.com https://github.com/logseq/logseq
to create dockerfile for Logseq Desktop and function making it easy to run with minimal priviledges?
There is one for Web App version:
docker pull ghcr.io/logseq/logseq-webapp:latest
docker run -d --rm -p 3001:80 ghcr.io/logseq/logseq-webapp:latest
This is mirror issue to feature request I've filed at Logseq project/forum:
https://discuss.logseq.com/t/document-how-to-run-logseq-desktop-in-docker-with-minimal-priviledges/12758/1 .
Kind request, if it's possible for this great opensource app Logseq.com https://github.com/logseq/logseq
to create dockerfile for Logseq Desktop and function making it easy to run with minimal priviledges?
There is one for Web App version:
https://github.com/logseq/logseq/blob/master/docs/docker-web-app-guide.md .
but not with all features (e.g. publishing is only in desktop app).
The text was updated successfully, but these errors were encountered: