Skip to content

Commit

Permalink
Docs fix - multiple Pulp instances
Browse files Browse the repository at this point in the history
The documentation did not mention that for running multiple Pulp
instances, each instance must have not only different API_PORT
and COMPOSE_PROJECT_NAME, but also different DOCS_PORT. This
commit adds this information to the documentation.

[noissue]
  • Loading branch information
MichalPysik committed May 28, 2024
1 parent 9b1c668 commit 33eab6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions staging_docs/dev/guides/create-multiple-envs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33eab6d

Please sign in to comment.