diff --git a/README.md b/README.md index ebc2a77..1780b7a 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/data:/config + - /path/to/ddclient/config:/config restart: unless-stopped ``` @@ -96,7 +96,7 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ - -v /path/to/data:/config \ + -v /path/to/ddclient/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/ddclient:latest ``` @@ -110,7 +110,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation | | `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | -| `-v /config` | Where ddclient should store its config files. | +| `-v /config` | Persistent config files | ## Environment variables from files (Docker secrets) @@ -273,6 +273,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **23.12.23:** - Rebase to Alpine 3.19. * **25.08.23:** - Rebase to Alpine 3.18. * **04.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.