Skip to content

Instantly share code, notes, and snippets.

@f1r3starter
Created January 13, 2016 12:49
Show Gist options
  • Save f1r3starter/6d9dec8a576c524f83b2 to your computer and use it in GitHub Desktop.
Save f1r3starter/6d9dec8a576c524f83b2 to your computer and use it in GitHub Desktop.
goaccess:
build: ./goaccess
volumes:
- /var/log/nginx:/var/log/nginx
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