Skip to content

install

mkdir ./immich

get the compose.yml and .env files

wget -O docker-compose.yml https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.env

change DB_PASSWORD to a custom value in .env and use letters and numbers

add custom networks in .env with external attribute if other network from other .yml should be used

docker compose -f compose-immich.yml up -d

smtp

smtp.mail.me.com

587 ignore cert = no

custom css

settings > administration > theming

:root {
--immich-dark-bg: 20 29 33 !important;
--immich-dark-gray: 40 42 54 !important;
--immich-dark-primary: 255 121 198 !important;
--immich-dark-fg: 198 160 246 !important;
}