diff --git a/docs/images/docker-apprise-api.md b/docs/images/docker-apprise-api.md index da35f12c7..42a6b4583 100755 --- a/docs/images/docker-apprise-api.md +++ b/docs/images/docker-apprise-api.md @@ -58,7 +58,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - /path/to/config:/config + - /path/to/apprise-api/config:/config ports: - 8000:8000 restart: unless-stopped @@ -73,7 +73,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Etc/UTC \ -p 8000:8000 \ - -v /path/to/config:/config \ + -v /path/to/apprise-api/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/apprise-api:latest ``` @@ -100,7 +100,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Volume | Function | | :----: | --- | -| `/config` | Where config is stored. | +| `/config` | Persistent config files | #### Miscellaneous Options @@ -287,6 +287,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **23.12.23:** - Rebase to Alpine 3.19. * **10.07.23:** - Rebase to Alpine 3.18. * **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **11.02.23:** - Rebase to Alpine 3.17.