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.
19 lines
408 B
19 lines
408 B
3 years ago
|
|
||
|
|
||
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
damselfly:
|
||
|
image: webreaper/damselfly
|
||
|
container_name: damselfly
|
||
|
environment:
|
||
|
- USER_UID=1000
|
||
|
- USER_GID=1000
|
||
|
restart: unless-stopped
|
||
|
privileged: true
|
||
|
volumes:
|
||
|
- ./volume1/dockerdata/damselfly:/config
|
||
|
- ./volume1/dockerdata/damselfly/thumbs:/thumbs
|
||
|
- ./volume1/photo:/pictures
|
||
|
ports:
|
||
|
- "9063:6363"
|