We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce649a commit 6b3f86fCopy full SHA for 6b3f86f
1 file changed
.github/templates/README.template.md
@@ -85,7 +85,10 @@ See [Traefik Forward Auth Middleware](https://doc.traefik.io/traefik/middlewares
85
Start a container by specifying a `query`, for example: `jellyfin.mydomain.com`:
86
87
```bash
88
-curl -X POST -H "Content-Type: application/json" -d '{"query": "jellyfin.mydomain.com"}' http://wol-dockerized:7777/wake
+curl -X POST \
89
+ -H "Content-Type: application/json" \
90
+ -d '{"query": "jellyfin.mydomain.com"}' \
91
+ http://wol-dockerized:7777/wake
92
```
93
94
Example `docker-compose` configuration for the container:
0 commit comments