From 1cb1cdb7e431227499eb87e0ed7769c1386be846 Mon Sep 17 00:00:00 2001 From: Elias Stepanik <40958815+eliasstepanik@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:03:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03da293..95597c9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To use the IonosDynamicDNSUpdater, follow these steps: ### Using Docker Compose 1. Create an API token in Ionos. -2. Replace the placeholder values in `appsettings.json` with your Ionos API token and the hostname for the DNS record you want to update. +2. Replace the placeholder values in `docker-compose.yml` with your Ionos API token and the hostname for the DNS record you want to update. 3. Start the services using `docker-compose up -d`. ## Contributing