Skip to main content

Docker Compose Setup

## 📦 Docker Compose Installation for Immich

This section explains how to install Immich using Docker and Docker Compose on Ubuntu 22.04.

---

### 🛠️ Prerequisites

- Ubuntu Server 22.04
- Docker & Docker Compose installed  

   

### 🐳 Install Docker & Docker Compose

Run the following commands in your terminal:

sudo apt update
sudo apt install -y docker.io docker-compose