Skip to content

Commit b19ad47

Browse files
authored
Typo on yaml/yml
1 parent 02bda39 commit b19ad47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ If you want to send sFlow/NetFlow/IPFIX to a GoFlow, run the following:
7373
Using Postgres:
7474
```
7575
$ cd compose
76-
$ docker-compose -f docker-compose-postgres-collect.yaml
76+
$ docker-compose -f docker-compose-postgres-collect.yml
7777
```
7878

7979
Using Clickhouse (see next section):
8080
```
8181
$ cd compose
82-
$ docker-compose -f docker-compose-clickhouse-collect.yaml
82+
$ docker-compose -f docker-compose-clickhouse-collect.yml
8383
```
8484

8585
Keep in mind this is a development/prototype setup.

0 commit comments

Comments
 (0)