diff --git a/README.md b/README.md index cb4816a..0470c6f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # Traefik Redis Provider API - -[![pipeline status](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/badges/master/pipeline.svg)](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/commits/master) -[![coverage report](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/badges/master/coverage.svg)](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/commits/master) -[![Latest Release](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/badges/release.svg)](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/releases) - ![Gitea Tests](https://gitea.siteworxpro.com//Siteworxpro/Traefik-Redis-Api/actions/workflows/tests.yml/badge.svg?branch=master) [Traefik](https://traefik.io/traefik/) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. This project provides @@ -22,7 +17,7 @@ an api manager for the [Redis provider](https://doc.traefik.io/traefik/providers - `REDIS_DATABASE`: The database number to use. Default is `0`. - `HTTP_PORT`: The port to run the HTTP server on. Default is `9501`. ```shell - docker run --rm -it -p 9501:9501 scr.siteworxpro.com/traefik-api:v1.1.0 + docker run --rm -it -p 9501:9501 scr.siteworxpro.com/traefik-api:v1.3.0 ``` ## Usage