Skip to content

Instantly share code, notes, and snippets.

@OSCUK
Created March 14, 2022 14:57
Show Gist options
  • Save OSCUK/668a643be9da5767f9b46a3710b60cd5 to your computer and use it in GitHub Desktop.
Save OSCUK/668a643be9da5767f9b46a3710b60cd5 to your computer and use it in GitHub Desktop.
version: "3"
services:
goaccess:
image: xavierh/goaccess-for-nginxproxymanager:latest
container_name: goaccess2
restart: always
environment:
- TZ=Europe/London
- PUID=100
- PGID=100
ports:
- '7880:7880'
volumes:
- /home/data/logs:/opt/log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment