Last active
November 18, 2022 00:16
-
-
Save dnburgess/5ec827a60e326661b1a59d030e511cf2 to your computer and use it in GitHub Desktop.
DB Tech Cacti
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
--- | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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"