diff --git a/README.md b/README.md index 35d4146..e5e0e97 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Based on the original repository: https://github.com/bencorn/traceroute ### Running in Docker You can use the following image to run Visual Trace Route locally: -michele73/traceroute:1.1.0 +michele73/traceroute:1.1.1 Example: -docker run -d -p 8081:80 --name=traceroute --restart=always -v traecroute_logs:/app/logs michele73/traceroute:1.1.0 +docker run -d -p 8081:80 --name=traceroute --restart=always -v traecroute_logs:/app/logs michele73/traceroute:1.1.1 ### Live Demo You can view a live demo of the Trace Route application here: https://traceroute.di-maria.it/ diff --git a/TraceRoute/Views/Shared/_Layout.cshtml b/TraceRoute/Views/Shared/_Layout.cshtml index 179ac99..7c11f39 100644 --- a/TraceRoute/Views/Shared/_Layout.cshtml +++ b/TraceRoute/Views/Shared/_Layout.cshtml @@ -12,7 +12,7 @@