Delete docker-compose.yml

This commit is contained in:
Elias Stepanik 2024-09-19 20:31:35 +03:00 committed by GitHub
parent e6b175a18c
commit d81f044a79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +0,0 @@
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"