🐋 Docker Setup [Docker Compose]
Docker Compose
An example of the Settings.json can be found here.
warning
Change PATH/TO/CONFIG
to the correct path!
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"