photoprism/docker/ddns/docker-compose.yml
2022-01-08 17:53:51 +01:00

9 lines
271 B
YAML

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