From 3d7f493913c3ef8a689b6ac98afa987453696fe9 Mon Sep 17 00:00:00 2001 From: 51nk0r5w1m <51nk0r5w1m> Date: Mon, 21 Oct 2024 00:01:03 -0400 Subject: [PATCH] Updated configuration files and IP2Location setup --- docs/index.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 56c94b0..70e391e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -161,7 +161,35 @@ You can obtain information about your asset discoveries by accessing the web UI ``` -## :material-update: Update Process for the Images +## :material-update: Update Process for the Compose Environment + +**> Make the local repo your current working directory:** + +```bash +cd amass +``` + +**> Shutdown the Amass framework within the Docker environment:** + +```bash +docker compose down +``` + +**> Backup the configuration files:** + +```bash +cp config/assetdb.env config/config.yaml config/datasources.yaml backups/ +``` + +**> Backup the following directories: `assetdb` , `data` , `logs`.** + +**> Update the local repo:** + +```bash +git pull origin master +``` + +## :material-update: Update Process for the Docker Images **> Make the local repo your current working directory:** ```bash