diff --git a/README-Docker.rst b/README-Docker.rst
index 35099c642c1ff0b91a03fde55ad9f62181457e34..efc186d1a805eade1eefb8abf3482d481ce80c68 100644
--- a/README-Docker.rst
+++ b/README-Docker.rst
@@ -89,14 +89,18 @@ Use the ECCS Docker container
 
       * ``2.1.0``
 
-* (optional) Delete last results:
-
-  * ``docker exec -it -w /home/eccs/ eccs rm -rf html/$(date +%Y-%m-%d) output/eccs_$(date +%Y-%m-%d).log logs/*_$(date +%Y-%m-%d).log``
-
 * Run ECCS script:
 
   * ``docker exec -it -w /home/eccs eccs ./cleanAndRunEccs.sh > logs/eccs-cron.log 2>&1``
 
+* Open ECCS Web Interface on your browser:
+
+  * ``http://0.0.0.0:80/eccs``
+
+* (optional) Delete last results:
+
+  * ``docker exec -it -w /home/eccs/ eccs rm -rf html/$(date +%Y-%m-%d) output/eccs_$(date +%Y-%m-%d).log logs/*_$(date +%Y-%m-%d).log``
+
 * (if needed) Stops containers and removes containers, networks, volumes, and images created by ``up`` compose action:
 
   * ``docker compose -f docker-compose-<ECCS_VERSION>.yml down``