From d2e1f8402603be697b848376d19a57d22aeb3093 Mon Sep 17 00:00:00 2001 From: roho Date: Tue, 31 Dec 2019 12:44:54 -0300 Subject: [PATCH] Update AWS-Deployment-Guide.md Fixed documentation typo for file extension --- cvat/apps/documentation/AWS-Deployment-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat/apps/documentation/AWS-Deployment-Guide.md b/cvat/apps/documentation/AWS-Deployment-Guide.md index 5b40ee392b37..841b9f86985e 100644 --- a/cvat/apps/documentation/AWS-Deployment-Guide.md +++ b/cvat/apps/documentation/AWS-Deployment-Guide.md @@ -6,4 +6,4 @@ Overall setup instruction is explained in [main readme file](https://github.com/ 2. **On Any other AWS Machine:** We can follow the same instruction guide mentioned in the [Readme file](https://github.com/opencv/cvat/). The additional step is to add a [security group and rule to allow incoming connections](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html). -For any of above, don't forget to add exposed AWS public IP address to `docker-compose.override.com`. +For any of above, don't forget to add exposed AWS public IP address to `docker-compose.override.yml`.