Skip to content

Commit

Permalink
Update docs to use new image
Browse files Browse the repository at this point in the history
  • Loading branch information
RihanArfan authored Apr 13, 2022
1 parent 30ec0c4 commit aa5e9ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Forward auth server to verify Cloudflare Access JWT tokens with traefik

[![GitHub release](https://img.shields.io/github/v/release/adrienkohlbecker/traefik-auth-cloudflare)](https://github.com/adrienkohlbecker/traefik-auth-cloudflare/releases/latest) [![docker hub](https://img.shields.io/docker/pulls/akohlbecker/traefik-auth-cloudflare)](https://hub.docker.com/r/akohlbecker/traefik-auth-cloudflare)
[![GitHub release](https://img.shields.io/github/v/release/adrienkohlbecker/traefik-auth-cloudflare)](https://github.com/adrienkohlbecker/traefik-auth-cloudflare/releases/latest) [![docker hub](https://img.shields.io/docker/pulls/ghcr.io/dashflo/traefik-auth-cloudflare:master)](https://hub.docker.com/r/ghcr.io/dashflo/traefik-auth-cloudflare:master)

## Description

Expand Down Expand Up @@ -30,7 +30,7 @@ $ docker network create traefik-auth
# start traefik-auth-cloudflare (default port is 8080)
# you need to set the auth domain you configured on cloudflare

$ docker run -d --network traefik-auth --name traefik-auth-cloudflare akohlbecker/traefik-auth-cloudflare --auth-domain https://foo.cloudflareaccess.com
$ docker run -d --network traefik-auth --name traefik-auth-cloudflare ghcr.io/dashflo/traefik-auth-cloudflare:master --auth-domain https://foo.cloudflareaccess.com

# add traefik to your `traefik-auth` docker network (left to the reader)

Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
container_name: traefik

traefik-auth-cloudflare:
image: akohlbecker/traefik-auth-cloudflare
image: ghcr.io/dashflo/traefik-auth-cloudflare:master
restart: always
expose:
- 8080
Expand Down

0 comments on commit aa5e9ad

Please sign in to comment.