Setting ALLOWED_HOST_LIST in containerised Gitea app

Hi,
Where can I find how to set the value of ALLOWED_HOST_LIST for containerized Gitea app. I am deploying Gitea docker images using docker compose.

Thanks in advance

1 Like

Config Cheat Sheet - Docs has details for the value configuration. Pass the parameters as per usual docker-compose practices.

1 Like

Specifically, it will look like this, and am including another configuration key=value ( skip TLS ) alongside that:

    environment:
      - GITEA__webhook__ALLOWED_HOST_LIST=hostname
      - GITEA__webhook__SKIP_TLS_VERIFY=true