Skip to content

docs: add https port overwrite example (#2200)#2201

Closed
woldtwerk wants to merge 1 commit intoapi-platform:4.1from
woldtwerk:feature/2200-update-docs
Closed

docs: add https port overwrite example (#2200)#2201
woldtwerk wants to merge 1 commit intoapi-platform:4.1from
woldtwerk:feature/2200-update-docs

Conversation

@woldtwerk
Copy link
Copy Markdown
Contributor

@woldtwerk woldtwerk commented Sep 10, 2025

Fixes #2200 (alternative to #2189)

>
> ```console
> SERVER_NAME=localhost:80 HTTP_PORT=8080 TRUSTED_HOSTS=localhost docker compose up --wait
> SERVER_NAME=localhost:80 HTTP_PORT=8080 HTTPS_PORT=3001 HTTP3_PORT=3001 TRUSTED_HOSTS=localhost docker compose up --wait
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK changing SERVER_NAME should be sufficient, I think its too much informations, do you know what entity these env variables target?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Alternate ports example is insufficient

2 participants