tech πΈ Build your own Google Photos alternative
A user decided to move away from Google Photos due to concerns about data control and chose Immich as a solution. This self-hosted photo management platform runs within Docker containers on a local setup. The process involves installing Docker Desktop and using the terminal to download necessary configuration files. Users must then edit the .env file to specify local storage locations for photos and the database. Finally, running 'docker compose up -d' launches the full service, accessible via http://localhost:2283.