We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231b770 commit 53194e6Copy full SHA for 53194e6
Monitoring/monitor_fsxn_with_harvest_on_ec2/README-Manual.md
@@ -116,7 +116,7 @@ sudo systemctl enable docker
116
If you aren't running a Red Hat based Linux, you can follow the instructions [here](https://docs.docker.com/engine/install/).
117
118
Install Docker Compose:
119
-```sh
+```text
120
LATEST_COMPOSE_VERSION=$(curl -s https://api.github.com/repos/docker/compose/releases/latest | jq -r '.tag_name')
121
ARCH=$(uname -m)
122
if [ -z "$ARCH" -o -z "$LATEST_COMPOSE_VERSION" ]; then
0 commit comments