You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
307 B
15 lines
307 B
3 years ago
|
version: "3.5"
|
||
|
services:
|
||
|
digikam:
|
||
|
image: linuxserver/digikam
|
||
|
container_name: digikam
|
||
|
network_mode: host
|
||
|
environment:
|
||
|
- PUID=1000
|
||
|
- PGID=1000
|
||
|
- TZ=America/New_York
|
||
|
volumes:
|
||
|
- ./app/config:/config
|
||
|
ports:
|
||
|
- 3000:3000 #optional
|
||
|
restart: unless-stopped
|