Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save darkmattercoder/59ede688b40e53acc3d77fc81eb86ad1 to your computer and use it in GitHub Desktop.
Save darkmattercoder/59ede688b40e53acc3d77fc81eb86ad1 to your computer and use it in GitHub Desktop.
docker-compose file for lsio/digikam
---
version: "2.1"
services:
digikam:
image: lscr.io/linuxserver/digikam:latest
container_name: digikam
environment:
- PUID=116
- PGID=121
- TZ=Europe/Berlin
volumes:
- ./config:/config
ports:
- 4000:3000 #optional
- 4001:3001 #optional
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment