Need help to get Taiga docker to run under subpath

hi @simon-cdf

the subpath option is only available behind a proxy in your host. You can configure the proxy following these instructions: Taiga 30min Setup.

In the .env file, you have to edit:

  • TAIGA_DOMAIN
  • SUBPATH
    (for production, you need to configure the SCHEME as well using https)

I hope this helps. Cheers!