1
0
mirror of https://github.com/EV21/dynb.git synced 2025-12-26 16:39:32 +01:00

doc: 📝 document example of an docker-compose.yml file

This commit is contained in:
2021-04-22 22:25:56 +02:00
parent 48df7c7646
commit b083080c9d
2 changed files with 30 additions and 1 deletions

View File

@@ -1,10 +1,12 @@
# Changelog
## (unreleased)
## 0.1.0 (2021-04-22)
### New
* :sparkles: add Dockerfile. [Eduard Veit]
* :sparkles: add loop mode. [Eduard Veit]
* :sparkles: add support for Duck DNS as DynDNS2 provider. [Eduard Veit]
@@ -35,6 +37,8 @@
### Documentation
* :memo: document example of an docker-compose.yml file. [Eduard Veit]
* :memo: document loop mode and dig as requirement. [Eduard Veit]
* :memo: update example of .env in README.md. [Eduard Veit]