From b224e350552111f7e0e7cb9ec2463a6976ccb7bd Mon Sep 17 00:00:00 2001 From: Sebastian Winkler Date: Tue, 4 Nov 2025 09:29:21 -0500 Subject: [PATCH] Change suggested file permissions for config files --- nut-upsd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nut-upsd/README.md b/nut-upsd/README.md index adf19ad..43cb9c3 100644 --- a/nut-upsd/README.md +++ b/nut-upsd/README.md @@ -54,7 +54,7 @@ You have to use a config volume as shown: 3. apply proper file permissions and ownership ``` cd /data/dockers/nut-upsd/config - chmod 0400 ups.conf upsd.conf upsd.users + chmod 0440 ups.conf upsd.conf upsd.users chown 100:101 ups.conf upsd.conf upsd.users ``` 4. when running the container, point it mount the config directory as a volume, e.g.