Created
January 13, 2016 12:49
-
-
Save f1r3starter/6d9dec8a576c524f83b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
goaccess: | |
build: ./goaccess | |
volumes: | |
- /var/log/nginx:/var/log/nginx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:14.04 | |
RUN apt-get -qq update | |
RUN apt-get -qq -y install goaccess |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment