feat: add ddns-updater stack
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user