services: ddns-updater: image: yourname/ddns-updater:latest container_name: ddns-updater restart: unless-stopped volumes: - ./config.yaml:/config/config.yaml:ro