Skip to content
Draft
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
2 changes: 1 addition & 1 deletion docs/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Once connected to the instance, run the following commands::
# Now we have to manually install the docker compose plugin until this issue gets resolved https://github.com/amazonlinux/amazon-linux-2023/issues/186
$ DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker} # Set location to install plugin
$ mkdir -p $DOCKER_CONFIG/cli-plugins # Create the directory to install the plugin
$ curl -SL https://github.com/docker/compose/releases/download/v2.19.1/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose # Download plugin
$ curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose # Download plugin
$ chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose # Set executable permissions to the plugin
$ docker info # Test if everything works
$ docker compose version # Test if plugin was installed correctly
Expand Down