High performance self-hosted photo and video management solution

  • @asap
    link
    English
    111 day ago

    I would consider docker very easy to use and well worth exploring. The benefit of Docker is that it runs exactly the same on any system, no matter what the underlying OS is.

    Here’s how difficult it was to set up Immich:

    1. Download a docker-compose.yml file, which describes the options for the Immich server.
    2. Run docker-compose up -d

    That’s it. Immich is now installed and running.