We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32520b commit 9a7fa88Copy full SHA for 9a7fa88
readme.md
@@ -61,6 +61,7 @@ Examples:
61
62
- Traefik v1: [docker-compose](docs/docker-compose-traefik-v1.yml)
63
- Traefik v2: [docker-compose](docs/docker-compose-traefik-v2.yml)
64
+- Traefik v3: TODO
65
66
## Usage
67
@@ -132,7 +133,7 @@ dump
132
133
134
## Hook
135
-Hook can be a one liner passed as a string, or a file for more complex post-hook scenarios.
136
+Hook can be a one-liner passed as a string, or a file for more complex post-hook scenarios.
137
For the former, create a file (ex: `hook.sh`) and mount it, then pass `sh hooksh` as a parameter to `--post-hook`.
138
139
Here is a docker-compose example:
0 commit comments