Skip to content

Commit

Permalink
Double dollar on docker-compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
clery authored and traefiker committed Nov 5, 2019
1 parent 80a68de commit c37ad5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/middlewares/replacepathregex.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The ReplaceRegex replace a path from an url to another with regex matching and r
# Replace path with regex
labels:
- "traefik.http.middlewares.test-replacepathregex.replacepathregex.regex=^/foo/(.*)"
- "traefik.http.middlewares.test-replacepathregex.replacepathregex.replacement=/bar/$1"
- "traefik.http.middlewares.test-replacepathregex.replacepathregex.replacement=/bar/$$1"
```

```yaml tab="Kubernetes"
Expand Down

0 comments on commit c37ad5c

Please sign in to comment.