Skip to content

Commit d506a33

Browse files
committed
Remove mentioning of COMPOSE_PROJECT_NAME after fixing issues w/ .env reading
1 parent ef75733 commit d506a33

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/dev/install.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Set up your environment
4747

4848
.. prompt:: bash
4949

50-
COMPOSE_PROJECT_NAME=community inv docker.build
50+
inv docker.build
5151

5252
.. tip::
5353

@@ -64,13 +64,11 @@ Set up your environment
6464

6565
.. prompt:: bash
6666

67-
COMPOSE_PROJECT_NAME=community inv docker.up --init # --init is only needed the first time
67+
inv docker.up --init # --init is only needed the first time
6868

6969
#. Go to http://community.dev.readthedocs.io to access your local instance of Read the Docs.
7070
Because HSTS is enabled on ``*.readthedocs.io`` and because some browsers have HTTPS-only modes enabled, you should potentially use a fresh private/incognito session.
7171

72-
Notice that two commands use the environment variable ``COMPOSE_PROJECT_NAME=community``. You might want to configure this globally. Running these commands without specifying ``COMPOSE_PROJECT_NAME`` currently `does not work <https://github.com/readthedocs/readthedocs.org/issues/9318>`_.
73-
7472

7573
Setting up MinIO
7674
----------------

0 commit comments

Comments
 (0)