You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/install.rst
+2-3
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,8 @@ save some work while typing docker compose commands. This section explains these
115
115
* ``--no-reload`` makes all celery processes and django runserver
116
116
to use no reload and do not watch for files changes
117
117
* ``--no-django-debug`` runs all containers with ``DEBUG=False``
118
-
* ``--http-domain`` configures an external domain for the environment (useful for Ngrok or other http proxy).
119
-
Note that https proxies aren't supported.
120
-
There will also be issues with "suspicious domain" failures on Proxito.
118
+
* ``--http-domain`` configures an external domain for the environment (useful for Ngrok or other https proxy)
119
+
* ``--https`` if using an HTTPS proxy, you may need to force the ``https://`` protocol for settings that otherwise automatically detect it as ``http://``
121
120
* ``--ext-theme`` to use the new dashboard templates
122
121
* ``--webpack`` to start the Webpack dev server for the new dashboard templates
0 commit comments