Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Last active November 18, 2022 00:16
Show Gist options
  • Save dnburgess/5ec827a60e326661b1a59d030e511cf2 to your computer and use it in GitHub Desktop.
Save dnburgess/5ec827a60e326661b1a59d030e511cf2 to your computer and use it in GitHub Desktop.
DB Tech Cacti
---
version: "2"
services:
cacti:
image: quantumobject/docker-cacti
container_name: cacti
ports:
- 8081:80
environment:
- TZ=America/Denver
volumes:
- /mnt/Cacti/Plugins:/opt/cacti/plugins
- /mnt/Cacti/Logs:/var/log
- /mnt/Cacti/Templates:/opt/cacti/templates
- /mnt/Cacti/Myslq:/var/lib/mysql
- /mnt/Cacti/RRA:/opt/cacti/rra
restart: unless-stopped
@cbbossi
Copy link

cbbossi commented Sep 16, 2020

Hello.

First I would like to thank u to prepare this for me...

I deploy the stack above only changing a fill parameters...

-TZ=America/Sao Paulo

and also the address of the volumes...
volumes:
- /home/pi/Cacti/Plugins:/opt/cacti/plugins
- /home/pi/Cacti/Logs:/var/log
- /home/pi/Cacti/Templates:/opt/cacti/templates
- /home/pi/Cacti/Myslq:/var/lib/mysql
- /home/pi/Cacti/RRA:/opt/cacti/rra

this is the error I got.....

standard_init_linux.go:211: exec user process caused "exec format error"


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment