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