Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbeevip committed Nov 9, 2023
1 parent ddd7bc9 commit 21aa40a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Amazon Lightsail instance public network IP inspection

## Introduction

* 🚀 Initialize an Amazon Lightsail instance.
* 😎 Procure a static IP and link it with the corresponding instance.
* 🎯 Register a distinct domain name and delegate subdomains to direct traffic towards your Lightsail assets.
Expand All @@ -15,8 +17,8 @@ docker run -d --rm --name guard \
-e AWS_SECRET_ACCESS_KEY=<your aws secret access key> \
-e REGION_NAME=<region of instance> \
-e LIGHTSAIL_INSTANCE_NAME=<instance name> \
-e DOMAIN_ENTRY_NAME=<your domain> \
-e LIGHTSAIL_INSTANCE_PORT=<port for inspection> \
-e DOMAIN_ENTRY_NAME=<your domain> \
coolbeevip/aws-lightsail-guard
```

Expand Down

0 comments on commit 21aa40a

Please sign in to comment.