Update README.md

This commit is contained in:
Elias Stepanik 2023-02-10 10:03:29 +01:00 committed by GitHub
parent c13952f32f
commit 1cb1cdb7e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ To use the IonosDynamicDNSUpdater, follow these steps:
### Using Docker Compose ### Using Docker Compose
1. Create an API token in Ionos. 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`. 3. Start the services using `docker-compose up -d`.
## Contributing ## Contributing