diff --git a/README.md b/README.md index cfcb126..b7e3db8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ docker run -d \ -e TZ=Etc/UTC \ -e BASE_URL= `#optional` \ -p 5000:5000 \ - -v /path/to/appdata/config:/config \ + -v /path/to/changedetection.io/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/changedetection.io:latest ``` @@ -116,7 +116,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-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). | | `-e BASE_URL=` | Specify the full URL (including protocol) when running behind a reverse proxy | -| `-v /config` | Contains all relevant configuration files. | +| `-v /config` | Persistent config files | ## Environment variables from files (Docker secrets) @@ -294,6 +294,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **23.12.23:** - Rebase to Alpine 3.19. * **10.08.23:** - Add poppler-utils for pdf conversion tools. * **11.06.23:** - Rebase to Alpine 3.18, deprecate armhf. * **05.03.23:** - Rebase to Alpine 3.17.