diff --git a/staging_docs/dev/guides/create-multiple-envs.md b/staging_docs/dev/guides/create-multiple-envs.md index ecc608f..960262d 100644 --- a/staging_docs/dev/guides/create-multiple-envs.md +++ b/staging_docs/dev/guides/create-multiple-envs.md @@ -11,9 +11,10 @@ You may place it in the root of `oci_env` dir: COMPOSE_PROFILE=my_profiles DEV_SOURCE_PATH=pulpcore -# These two values must be different from the port and project name for any other instances of the -# environment that are running to avoid conflicts. +# These three values must be different from the api port, docs port and project name for any other +# instances of the environment that are running to avoid conflicts. API_PORT=4002 +DOCS_PORT=12346 COMPOSE_PROJECT_NAME=test # If you want to use a different directory for your git checkouts you can set this