mirror of
https://github.com/eliasstepanik/IonosDDNSUpdater.git
synced 2026-01-11 19:48:26 +00:00
Update docker-compose.yml
This commit is contained in:
parent
afb99636bc
commit
c13952f32f
@ -2,10 +2,10 @@ version: "3.7"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
ionos_ddns_updater:
|
ionos_ddns_updater:
|
||||||
build: .
|
image: saile2204/ionos_ddns_updater:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
environment:
|
environment:
|
||||||
APIKey: ""
|
API_Key: ""
|
||||||
Domains_0: "*.test.de"
|
DOMAINS: "subdomain.domain.de,domain.de"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user