chore: remove duplicate core/ddns-updater (infra/ddns-updater is authoritative)

This commit is contained in:
2026-03-28 15:03:08 +00:00
parent 132fc8812b
commit 3821fd754b
-22
View File
@@ -1,22 +0,0 @@
services:
ddns-updater:
image: ghcr.io/qdm12/ddns-updater:latest
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
networks:
frontend_net:
external: true