Skip to content

Commit 53194e6

Browse files
committed
Updated the READMEs to reflect using the standalone version of docker-compose as opposed to the plugin version.
1 parent 231b770 commit 53194e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Monitoring/monitor_fsxn_with_harvest_on_ec2/README-Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ sudo systemctl enable docker
116116
If you aren't running a Red Hat based Linux, you can follow the instructions [here](https://docs.docker.com/engine/install/).
117117

118118
Install Docker Compose:
119-
```sh
119+
```text
120120
LATEST_COMPOSE_VERSION=$(curl -s https://api.github.com/repos/docker/compose/releases/latest | jq -r '.tag_name')
121121
ARCH=$(uname -m)
122122
if [ -z "$ARCH" -o -z "$LATEST_COMPOSE_VERSION" ]; then

0 commit comments

Comments
 (0)