Update README.md

This commit is contained in:
Elias Stepanik 2023-02-10 10:36:46 +01:00 committed by GitHub
parent 2b6d6b61ea
commit 86cf3239bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=<your_api_key> -e DOMAINS=<comma_separated_list_of_domains> ionosdynamicdnsupdater`.
### Using Docker Compose