Skip to content

Commit

Permalink
Add docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper authored Jan 4, 2021
1 parent 24a71e8 commit 11761c0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Damselfly is a server-based Digital Asset Management system. The goal of Damself
---
## Installation

The easiest way to install Damselfly is via Docker.
The easiest way to install Damselfly is via Docker (note the `SYNO_THUMBS` env var is optional, and specific to Synology NASes).

```
docker run \
Expand All @@ -51,6 +51,18 @@ docker run \
-d \
webreaper/damselfly
```
Docker-Compose:
```
damselfly:
container_name: damselfly
image: webreaper/damselfly
ports:
- 6363:6363/tcp
volumes:
- /volume1/dockerdata/damselfly:/config
- /volume1/photo:/pictures
restart: unless-stopped
```

The default port is 6363. The /pictures volume is mapped to the root directory of your photographs. By

Expand Down

0 comments on commit 11761c0

Please sign in to comment.