Skip to content

Commit

Permalink
Better documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdima committed Dec 16, 2024
1 parent 0b66968 commit 95b6ac9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ You can use the following image to run Visual Trace Route locally:
michele73/traceroute:2.0.0

Example:
```
docker run -d -p 8081:80 --name=traceroute --restart=always -v traecroute_logs:/app/logs michele73/traceroute:2.0.0
```

The image repository is here: https://hub.docker.com/r/michele73/traceroute

### Environment variables
TRACEROUTE_ENABLEREMOTETRACES (default true): Allows the user to choose the source of the traceroute.
TRACEROUTE_HOSTREMOTETRACES (default true): Allows the host to be used as a source for the traceroute from other users.
* TRACEROUTE_ENABLEREMOTETRACES (default true): Allows the user to choose the source of the traceroute.
* TRACEROUTE_HOSTREMOTETRACES (default true): Allows the host to be used as a source for the traceroute from other users.

### Live Demo
You can view a live demo of the Trace Route application here: https://traceroute.di-maria.it/

0 comments on commit 95b6ac9

Please sign in to comment.