From e0c0720ccac6e9d6a77c306866927963279b6e48 Mon Sep 17 00:00:00 2001 From: saidhfm <40364562+saidhfm@users.noreply.github.com> Date: Tue, 7 Mar 2023 23:05:27 +0530 Subject: [PATCH] Update README.md added a note for allowed hosts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3186ed622d..18aa5b5f57 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ to integrate ATT&CK more easily and consistently into their products. tram_1 | [2022-03-30 16:18:44 +0000] [29] [INFO] Listening at: http://0.0.0.0:8000 (29) ``` * _Note: the log shows the IP address 0.0.0.0, but TRAM requires connections to use one of the hostnames defined in the `ALLOWED_HOSTS` environment variable._ + * If you are using virtual machine add your private ip to the `ALLOWED_HOSTS` in docker-compose.yaml file. 5. Navigate to and login using the username and password specified in `docker-compose.yml`.