update readme
This commit is contained in:
		
							parent
							
								
									ce13920225
								
							
						
					
					
						commit
						feaf93f216
					
				| 
						 | 
				
			
			@ -4,7 +4,7 @@ Logging system for all services.
 | 
			
		|||
 | 
			
		||||
## 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.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -21,7 +21,7 @@ and modify it to suit your needs.
 | 
			
		|||
Then execute :
 | 
			
		||||
 | 
			
		||||
```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_).
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue