Skip to content

Commit

Permalink
Merge pull request allinurl#1521 from markiewb/patch-1
Browse files Browse the repository at this point in the history
Typo: Docker commandline example doesn't work
  • Loading branch information
allinurl authored Aug 13, 2019
2 parents f88c50f + d4ff8f0 commit ece06e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Distro | NCurses | GeoIP (opt) | Tokyo Cabinet (op

If you only want to output the report, run as follows to get the result:

cat access.log | docker run --rm -i -e LANG=$LANG allinurl/goaccess -a -o html --log-format COMBINED > report.html
cat access.log | docker run --rm -i -e LANG=$LANG allinurl/goaccess -a -o html --log-format COMBINED - > report.html

**This command uses the language set for this system.** If that does not support it will be output in English. [**Supported Language**](https://github.com/allinurl/goaccess/raw/master/po/LINGUAS)

Expand Down

0 comments on commit ece06e9

Please sign in to comment.