diff --git a/images/docker-apprise-api.md b/images/docker-apprise-api.md index 5cb7e609b..f3ee14a94 100755 --- a/images/docker-apprise-api.md +++ b/images/docker-apprise-api.md @@ -10,6 +10,7 @@ title: apprise-api [![GitHub Release](https://img.shields.io/github/release/linuxserver/docker-apprise-api.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/linuxserver/docker-apprise-api/releases) [![GitHub Package Repository](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitHub%20Package&logo=github)](https://github.com/linuxserver/docker-apprise-api/packages) [![GitLab Container Registry](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=GitLab%20Registry&logo=gitlab)](https://gitlab.com/linuxserver.io/docker-apprise-api/container_registry) +[![Quay.io](https://img.shields.io/static/v1.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=linuxserver.io&message=Quay.io)](https://quay.io/repository/linuxserver.io/apprise-api) [![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/apprise-api.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/apprise-api) [![Docker Stars](https://img.shields.io/docker/stars/linuxserver/apprise-api.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/apprise-api) [![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-apprise-api%2Fjob%2Fmain%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-apprise-api/job/main/) @@ -27,7 +28,7 @@ Apprise API was designed to easily fit into existing (and new) eco-systems that Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/). -Simply pulling `ghcr.io/linuxserver/apprise-api` should retrieve the correct image for your arch, but you can also pull specific arch images via tags. +Simply pulling `lscr.io/linuxserver/apprise-api` should retrieve the correct image for your arch, but you can also pull specific arch images via tags. The architectures supported by this image are: @@ -48,7 +49,7 @@ To help you get started creating a container from this image you can either use version: "2.1" services: apprise-api: - image: ghcr.io/linuxserver/apprise-api + image: lscr.io/linuxserver/apprise-api container_name: apprise-api environment: - PUID=1000 @@ -72,7 +73,7 @@ docker run -d \ -p 8000:8000 \ -v /path/to/config:/config \ --restart unless-stopped \ - ghcr.io/linuxserver/apprise-api + lscr.io/linuxserver/apprise-api ``` ## Parameters @@ -99,6 +100,11 @@ Docker images are configured using parameters passed at runtime (such as those a | :----: | --- | | `/config` | Where config is stored. | +#### Miscellaneous Options + +| Parameter | Function | +| :-----: | --- | + ## Environment variables from files (Docker secrets) You can set any environment variable from a file by using a special prepend `FILE__`. @@ -144,7 +150,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to * Container version number * `docker inspect -f '{{ index .Config.Labels "build_version" }}' apprise-api` * Image version number - * `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/apprise-api` + * `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/apprise-api` ## Versions