File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/self-hosting/installation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
237237Some 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
244244You need to set the other required environment variables.
245245
You can’t perform that action at this time.
0 commit comments