Skip to content

Commit a982719

Browse files
committed
fix curl command
`-L` to follow redirects
1 parent 3f12a0c commit a982719

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/self-hosting/installation/docker.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mkdir tickets-bot && cd tickets-bot
3636
```
3737
=== "`curl`"
3838
```bash linenums="0"
39-
curl -O https://dl.discordtickets.app/bot/docker-compose.yml
39+
curl -O -L https://dl.discordtickets.app/bot/docker-compose.yml
4040
```
4141
=== "Other"
4242
<!-- jsdelivr forces download -->
@@ -236,10 +236,10 @@ and set the `HTTP_TRUST_PROXY` environment variable to `#!yaml true`.
236236
237237
Some required environment variables that you are unlikely to change have defaults set in the Dockerfile:
238238
239-
| Name | Value |
240-
| --------------- | ------------------ |
241-
| `HTTP_HOST` | `#!yaml 0.0.0.0` |
242-
| `HTTP_PORT` | `#!yaml 80` |
239+
| Name | Value |
240+
| ----------- | ---------------- |
241+
| `HTTP_HOST` | `#!yaml 0.0.0.0` |
242+
| `HTTP_PORT` | `#!yaml 80` |
243243
244244
You need to set the other required environment variables.
245245

0 commit comments

Comments
 (0)