Split Docker provider

This commit is contained in:
Ludovic Fernandez
2023-05-10 15:28:05 +02:00
committed by GitHub
parent 2cebd0a083
commit 466d7461b7
71 changed files with 2677 additions and 1190 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Remove the specified prefixes from the URL path.
## Configuration Examples
```yaml tab="Docker"
```yaml tab="Docker & Swarm"
# Strip prefix /foobar and /fiibar
labels:
- "traefik.http.middlewares.test-stripprefix.stripprefix.prefixes=/foobar,/fiibar"