photoprism/docker/ddns/docker-compose.yml

9 lines
271 B
YAML
Raw Normal View History

version: '3.5'
# DDNS is a personal DynDNS client for DigitalOcean, see https://github.com/skibish/ddns
services:
ddns:
image: photoprism/ddns:latest
user: "1000:1000"
volumes:
- "./config:/config" # edit "config/ddns.yml" before starting the service