mirror of
https://github.com/eliasstepanik/IonosDDNSUpdater.git
synced 2026-01-11 11:38:27 +00:00
13 lines
237 B
YAML
13 lines
237 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
ionos_ddns_updater:
|
|
build: .
|
|
restart: unless-stopped
|
|
tty: true
|
|
stdin_open: true
|
|
environment:
|
|
LogLevel: "Debug"
|
|
DOMAIN-0: "sub.domain.de;key"
|
|
DOMAIN-1: "sub.domain.de;key"
|