mirror of
https://github.com/eliasstepanik/IonosDDNSUpdater.git
synced 2026-01-10 11:08:27 +00:00
12 lines
206 B
YAML
12 lines
206 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
ionos_ddns_updater:
|
|
build: .
|
|
restart: unless-stopped
|
|
tty: true
|
|
stdin_open: true
|
|
environment:
|
|
API_Key: ""
|
|
DOMAINS: "subdomain.domain.de,domain.de"
|