From 03001267303287ffa78972954f082fa7f941e94b Mon Sep 17 00:00:00 2001 From: Dario Duchateau-weinberger Date: Wed, 4 Oct 2023 15:47:24 +0200 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8b00592..75d9916 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,15 @@ Wikipedia article comparison tool. This tool allows you to compare the data cont
- -

Access online demo : [radar.dariow.fr](https://radar.dariow.fr)

-
+
+ +
+

Access online demo : [radar.dariow.fr](https://radar.dariow.fr)

+
+ +
## Dependencies @@ -100,6 +104,13 @@ docker-compose up -d ``` -The site is now available locally on https://localhost:8888 +The site is now available locally on https://localhost:8888 or [https://\:8888]() -Or at the ip address of your machine [https://\:8888]() + +## Clean remove + +You can remove the containers with : + +```yaml +docker-compose down +```