-
Create empty access.log file:
$ mkdir -p log/nginx $ touch log/nginx/access.log
-
Run docker-compose:
$ docker-compose up -d
-
Browse
- your application on
http://127.0.0.1:8080
- goaccess on
http://127.0.0.1:37890/goaccess
- your application on
-
Edit access file for goaccess:
$ vim config/nginx/access.conf
-
Change GeoIP library to enterprise version in Dockerfile.