Update README.md

This commit is contained in:
Dario Duchateau-weinberger 2023-10-04 15:47:24 +02:00
parent 47bae70652
commit 0300126730

View File

@ -30,11 +30,15 @@ Wikipedia article comparison tool. This tool allows you to compare the data cont
<div align="center">
<img src="img/demo.gif">
<p>Access online demo : [radar.dariow.fr](https://radar.dariow.fr)</p>
</div>
<br>
<div align="center">
<p>Access online demo : [radar.dariow.fr](https://radar.dariow.fr)</p>
</div>
<br>
## 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://\<your-ip-adresse>:8888]()
Or at the ip address of your machine [https://\<your-ip-adresse>:8888]()
## Clean remove
You can remove the containers with :
```yaml
docker-compose down
```