Created
April 19, 2023 09:26
-
-
Save darkmattercoder/59ede688b40e53acc3d77fc81eb86ad1 to your computer and use it in GitHub Desktop.
docker-compose file for lsio/digikam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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