Skip to content

Commit 2edc3d6

Browse files
authored
Typo on yaml/yml
1 parent b19ad47 commit 2edc3d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Clone the repository, then run the following (for Postgres):
5959

6060
```
6161
$ cd compose
62-
$ docker-compose -f docker-compose-postgres-mock.yaml
62+
$ docker-compose -f docker-compose-postgres-mock.yml up
6363
```
6464

6565
Wait a minute for all the components to start.
@@ -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.yml
76+
$ docker-compose -f docker-compose-postgres-collect.yml up
7777
```
7878

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

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

0 commit comments

Comments
 (0)