Update docker-compose.yml

This commit is contained in:
Elias Stepanik 2023-02-10 10:00:56 +01:00 committed by GitHub
parent afb99636bc
commit c13952f32f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@ version: "3.7"
services:
ionos_ddns_updater:
build: .
image: saile2204/ionos_ddns_updater:latest
restart: unless-stopped
tty: true
stdin_open: true
environment:
APIKey: ""
Domains_0: "*.test.de"
API_Key: ""
DOMAINS: "subdomain.domain.de,domain.de"