I have tried installing it with docker on Ubuntu 20.04 and 22.04 LTS but cannot seem to get it working. The build keeps erroring out with docker errors.

  • mim@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Are you planning to host it on a Windows machine?

    If you don’t have experience with docker, don’t jump straight to docker compose. Start simpler.

    If you want to have data persist after a container is killed, have a look at the -v option of “docker run”. It allows you to mount a volume.