Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nut-upsd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down