File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
6565Wait 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:
7373Using 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
7979Using 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
8585Keep in mind this is a development/prototype setup.
You can’t perform that action at this time.
0 commit comments