mirror of
https://github.com/traefik/traefik.git
synced 2025-09-27 00:31:14 +02:00
Double dollar on docker-compose config
This commit is contained in:
parent
80a68de91b
commit
c37ad5c8bf
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user