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:

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

---

### 🧰 Step 1: Create Project Directory

```bash
mkdir -p /opt/immich
cd /opt/immich