Skip to content

Commit e47e09e

Browse files
committed
Merge branch 'dev' into master
2 parents 1144bb1 + 64dc6cb commit e47e09e

File tree

3 files changed

+330
-165
lines changed

3 files changed

+330
-165
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Please check [Sysflow Processor](https://sysflow.readthedocs.io/en/latest/proces
3737
### Starting the processor
3838
The easiest way to run the SysFlow Processor is using [docker-compose](https://github.com/sysflow-telemetry/sf-processor/edit/master/docker-compose.yml). The following compose file shows how to run sf-processor with processor events exported to rsyslog.
3939

40-
````yaml
40+
```yaml
4141
version: "3.5"
4242
services:
4343
sf-processor:
@@ -81,7 +81,7 @@ volumes:
8181
socket-vol:
8282
```
8383
84-
Instructions for `docker compose` and `helm` deployments are available in [here](https://sysflow.readthedocs.io/en/latest/deploy.html).
84+
Instructions for `docker-compose` and `helm` deployments are available in [here](https://sysflow.readthedocs.io/en/latest/deploy.html).
8585

8686
### Configuration
8787

0 commit comments

Comments
 (0)