1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 10:15:22 +00:00
No description
Find a file
Ike Devolder 062de7ff85
Fix docker-compose examples UID/GID settings (#64)
when you change the PUID/PGID in the `.env` file, only the librenms
containers UID/GID are changes which causes permission issues with
rrdcached. rrdcached will still be running with UID=1000 and GID=1000.
As a result of that, no graphs will be rendered.

By adding:
```
- "PUID=${PUID}"
- "PGID=${PGID}"
```

to the rrdcache service the graphs will rendered properly because
rrdcached will also run with the same UID/GID as librenms

Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2020-03-29 18:51:14 +02:00
.github LibreNMS 1.61 2020-03-02 11:54:06 +01:00
.res Update README 2019-11-15 11:40:42 +01:00
doc Fix links 2020-03-22 16:57:11 +01:00
examples Fix docker-compose examples UID/GID settings (#64) 2020-03-29 18:51:14 +02:00
rootfs Fix folder creation (#62) 2020-03-27 14:25:03 +01:00
.dockerignore Switch to GitHub Actions (#39) 2019-09-30 15:29:19 +02:00
.editorconfig Rename to rootfs 2019-11-19 14:10:17 +01:00
.gitattributes Rename to rootfs 2019-11-19 14:10:17 +01:00
.gitignore Run as non-root user (#6) 2019-11-19 14:09:34 +01:00
CHANGELOG.md Fix folder creation (#62) 2020-03-27 14:25:03 +01:00
Dockerfile Fix folder creation (#62) 2020-03-27 14:25:03 +01:00
LICENSE Move Nginx temp folders to /tmp (#55) 2020-01-23 21:00:50 +01:00
README.md Update README 2020-03-27 14:25:44 +01:00

Latest Version Build Status Docker Stars Docker Pulls Docker Repository on Quay
Become a sponsor Donate Paypal

About

🐳 LibreNMS Docker image based on Alpine Linux and Nginx.
It's a fork of CrazyMax's LibreNMS Docker image repository. If you are interested, check out his other 🐳 Docker images!

💡 Want to be notified of new releases? Check out 🔔 Diun (Docker Image Update Notifier) project!

Features

Documentation

How can I help ?

All kinds of contributions are welcome 🙌! The most basic way to show your support is to star 🌟 the project, or to raise issues 💬 You can also support this project by becoming a sponsor on GitHub 👏 or by making a Paypal donation to ensure this journey continues indefinitely! 🚀

Thanks again for your support, it is much appreciated! 🙏

License

MIT. See LICENSE for more details.