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: 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"