---
version: "2"
services:
digikam:
image: linuxserver/digikam:version-2024-11-15
container_name: digikam
network_mode: host
restart: unless-stopped
environment:
- TZ=America/New_York # Specify a timezone to use EG America/New_York.
- PUID=1000 # for UserID
- PGID=1000 # for GroupID
volumes:
- /host/path/to/config:/config # Users home directory in the container, stores database.