Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sailing:immich [2023/12/15 08:43] – [Installation] sailor | sailing:immich [2024/02/22 13:39] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Immich ====== | ||
- | |||
- | |||
- | |||
- | ===== Installation ===== | ||
- | |||
- | |||
- | Create folder: | ||
- | <code bash> | ||
- | > mkdir / | ||
- | </ | ||
- | |||
- | <code bash> | ||
- | > cd / | ||
- | > wget https:// | ||
- | > wget -O .env https:// | ||
- | > wget https:// | ||
- | </ | ||
- | |||
- | edit .env file | ||
- | |||
- | update: | ||
- | |||
- | docker compose pull && docker compose up -d |