services: ddns-updater: image: ghcr.io/qdm12/ddns-updater:latest@sha256:ee16ab4f6203bf9e5b0925d38a0b4ebf2d9f23771f933cfb2f5a2dbd5f9a2f88 container_name: ddns-updater restart: unless-stopped networks: - frontend_net environment: TZ: Europe/Berlin PERIOD: 5m SERVER_ENABLED: "yes" LISTENING_ADDRESS: ":8000" LOG_LEVEL: info volumes: - /mnt/user/appdata/ddns-updater:/updater/data dns: - 1.1.1.1 - 8.8.8.8 networks: frontend_net: external: true