Skip to content

Commit

Permalink
Updated configuration files and IP2Location setup
Browse files Browse the repository at this point in the history
  • Loading branch information
51nk0r5w1m committed Oct 21, 2024
1 parent 8dd1b40 commit 3d7f493
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d7f493

Please sign in to comment.