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 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 }