Skip to content
Open
Show file tree
Hide file tree
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 modules/aws_ec2_standalone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/aws_ec2_standalone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ resource "aws_instance" "this" {
./install.sh

# Run services
docker-compose up -d
docker compose up -d
EOF
}