From 0402cc5a83ce672a73e20ec570409bfc4ed8d5c2 Mon Sep 17 00:00:00 2001 From: "kelly.walker" Date: Mon, 25 Aug 2025 19:19:29 -0500 Subject: [PATCH 1/2] aws_ec2_standalone: Use `docker compose` (not `docker-compose`) in user data script --- modules/aws_ec2_standalone/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws_ec2_standalone/main.tf b/modules/aws_ec2_standalone/main.tf index 4694bc6..eb3c743 100644 --- a/modules/aws_ec2_standalone/main.tf +++ b/modules/aws_ec2_standalone/main.tf @@ -101,6 +101,6 @@ resource "aws_instance" "this" { ./install.sh # Run services - docker-compose up -d + docker compose up -d EOF } From 3da5e03982a3920eaea5e3fd4659f91a277c58d8 Mon Sep 17 00:00:00 2001 From: "kelly.walker" Date: Mon, 25 Aug 2025 19:21:53 -0500 Subject: [PATCH 2/2] aws_ec2_standalone: Use `docker compose` (not `docker-compose`) in README.md --- modules/aws_ec2_standalone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws_ec2_standalone/README.md b/modules/aws_ec2_standalone/README.md index 37b2550..2b61e91 100644 --- a/modules/aws_ec2_standalone/README.md +++ b/modules/aws_ec2_standalone/README.md @@ -50,7 +50,7 @@ cd /retool-onpremise vim Dockerfile ``` -7. Verify that all of the Docker containers are up and running. If one of them is not running or restarting, try re-creating the containers with (`docker-compose up -d`) +7. Verify that all of the Docker containers are up and running. If one of them is not running or restarting, try re-creating the containers with (`docker compose up -d`) ``` docker-ps