Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs fix - multiple Pulp instances #160

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ oci-env supports running multiple environments simultaneously. To do this, simpl
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
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
Loading