Update Readme.md

This commit is contained in:
Denis-Cosmin Nutiu 2020-11-24 23:47:31 +02:00
parent 535e348ec6
commit ed9f65e9b6

View file

@ -104,18 +104,15 @@ sudo systemctl enable nucucar_sensors
sudo systemctl disable nucucar_sensors
```
---
#### Docker-Compose
To run the project you can take advantage of `docker-compsose` and run it with the following commands:
To browse the logs for the session and all logs of the service:
```bash
git clone https://github.com/dnutiu/NucuCar.git
cd NucuCar
docker-compose up
journalctl -e -u nucucar_sensors.service
journalctl -u nucucar_sensors.service
```
_(This is not recommended as the performance will take a significant hit.)_
---
## Directory Structure Overview