From 7bd96cbb6deef45bba86a871fe9d35253234ead0 Mon Sep 17 00:00:00 2001 From: konsthol Date: Sat, 9 Sep 2023 02:48:47 +0300 Subject: [PATCH] hopefully going to get a successful build got damn it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 803e2f3..0629406 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ By having a `docker-compose.yml` file in the same directory as the script, you c A full example using aws would be: -`python3 secdep.py -P aws -c -n test-node -s t3.micro -i ami-08869bacfa1188ec9 --yes --docker_compose --deploy nginx` +`python3 secdep.py -P aws -c -n test-node -s t3.micro -i ami-08869bacfa1188ec9 --yes --docker_compose --deploy` Note: The needed ports will be automatically allowed by the firewall but you should change any volume mappings to directories owned by your user (secdep) and not by root