Skip to content

Commit 6b3f86f

Browse files
committed
use height instead of width
1 parent 6ce649a commit 6b3f86f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/templates/README.template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ See [Traefik Forward Auth Middleware](https://doc.traefik.io/traefik/middlewares
8585
Start a container by specifying a `query`, for example: `jellyfin.mydomain.com`:
8686

8787
```bash
88-
curl -X POST -H "Content-Type: application/json" -d '{"query": "jellyfin.mydomain.com"}' http://wol-dockerized:7777/wake
88+
curl -X POST \
89+
-H "Content-Type: application/json" \
90+
-d '{"query": "jellyfin.mydomain.com"}' \
91+
http://wol-dockerized:7777/wake
8992
```
9093

9194
Example `docker-compose` configuration for the container:

0 commit comments

Comments
 (0)