update readme

This commit is contained in:
Gsk54 2023-01-04 13:51:53 +01:00
parent ce13920225
commit feaf93f216
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Logging system for all services.
## Requirements ## Requirements
You need [Docker](https://docs.docker.com/engine/) and [Docker-compose](https://docs.docker.com/compose/). You need [Docker](https://docs.docker.com/engine/) and its [compose](https://docs.docker.com/compose/) plugin.
A RabbitMQ instance is also required to receive messages from other services. A RabbitMQ instance is also required to receive messages from other services.
@ -21,7 +21,7 @@ and modify it to suit your needs.
Then execute : Then execute :
```bash ```bash
docker-compose up -d docker compose up -d
``` ```
The app runs automatically on the port defined in `SERVICE_PORT` of `.env` file (default : _5099_). The app runs automatically on the port defined in `SERVICE_PORT` of `.env` file (default : _5099_).