Skip to main content

🐋 Docker Setup [Docker Compose]

This guide shows how to start ImmichFrame using Docker Compose.


Configuration Files

Recommended

For most users, the Settings.yml setup is easier to read and modify.

Example configuration files:


Docker Compose Example

Important

Replace PATH/TO/CONFIG with the actual path to your config folder!

name: immichframe
services:
immichframe:
container_name: immichframe
image: ghcr.io/immichframe/immichframe:latest
restart: on-failure
volumes:
- PATH/TO/CONFIG:/app/Config
ports:
- "8080:8080"
environment:
TZ: "Europe/Berlin"