Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- darktable:
- container_name: Darktable
- image: ghcr.io/linuxserver/darktable
- healthcheck:
- test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1
- interval: 10s
- timeout: 5s
- retries: 3
- start_period: 90s
- security_opt:
- - no-new-privileges:true
- - seccomp:unconfined
- ports:
- - 7450:3000
- volumes:
- - /home/baker/docker/darktable:/config:rw
- environment:
- DOCKER_MODS: linuxserver/mods:universal-package-install
- CUSTOM_USER: baker
- PASSWORD: pw_ bhere
- #LC_ALL: de_DE.UTF-8 #Remove # in front of LC_ALL to add different languages de_DE for German it_IT for Italian etc.
- TZ: America/Chicago
- PUID: 1000
- PGID: 1000
- restart: on-failure:5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement