Hi folks!
I generally like to self host apps I use. I am still a newbie in the self-host department, but I enjoy it none-the-less. So I was thinking of using logseq in this way as well.
I found a docker-compose file that is something like this:
> services:
> logseq:
> image: ghcr.io/logseq/logseq-webapp:latest
> container_name: logseq
> ports:
> - 3333:80
> - 4333:443
> restart: unless-stopped
It does not work properly as I cannot set a new database. I also see the docker-compose file does not set any volumes which is weird in itself.
Do you know how it should be set in order to work properly?
Thank you!