From 86cf3239bc7f89766b681fe3b5ae077a3aa427c5 Mon Sep 17 00:00:00 2001 From: Elias Stepanik <40958815+eliasstepanik@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:36:46 +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 95597c9..a89610d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To use the IonosDynamicDNSUpdater, follow these steps: ### Running in a Docker container 1. Build the Docker image using `docker build -t ionosdynamicdnsupdater .`. -2. Run the Docker container using `docker run -d ionosdynamicdnsupdater`. +2. Run the Docker container using `docker run -d -e API_KEY= -e DOMAINS= ionosdynamicdnsupdater`. ### Using Docker Compose