Skip to content

Commit

Permalink
traefik-gateway uses new auth
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Sep 27, 2023
1 parent 86d7415 commit 59ac12b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions servers/config/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ The default configuration uses two services at the following URLs:

```bash
docker run -d \
--name "traefik-gateway" \
--network=host -v $PWD/traefik.yml:/etc/traefik/traefik.yml \
-v $PWD/dynamic:/etc/traefik/dynamic \
--name "traefik-gateway" \
--network=host -v "$PWD/traefik.yml:/etc/traefik/traefik.yml" \
-v "$PWD/auth:/etc/traefik/auth" \
-v "$PWD/dynamic:/etc/traefik/dynamic" \
-v /var/run/docker.sock:/var/run/docker.sock \
traefik:v2.5
```
Expand Down

0 comments on commit 59ac12b

Please sign in to comment.