Skip to content

Commit

Permalink
fix(APM): Change heading text to differentiate two Docker instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed Mar 27, 2024
1 parent 09d2089 commit 0de695d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/install/python/python-agent-non-web-docker.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
componentType: appInfo
optionType: python-docker
headingText: Set up Docker
headingText: Set up Docker with your non-web app
---

Here are some instructions for doing automatic initialization with `docker run`.
Expand Down
2 changes: 1 addition & 1 deletion src/install/python/python-agent-uvicorn-docker.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
componentType: appInfo
optionType: python-docker
headingText: Set up Docker
headingText: Set up Docker with your web app
---

Here are some instructions for doing automatic initialization with `docker run`. The examples in this step include Docker with Uvicorn, but if you're using other technology, you can skip ahead to subsequent steps and find information about the framework and server you selected.
Expand Down

0 comments on commit 0de695d

Please sign in to comment.