Skip to content

Commit 7182161

Browse files
doc: update documentation
1 parent a4feb54 commit 7182161

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/mib-request.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ LOCAL_MIBS_PATH="./local_mibs"
110110
By default, it is set to be `./local_mibs`, which means such directory will be created anyway in the `docker_compose` directory if the variable remains unchanged.
111111
You can put your MIB files there, following the same structure as described above.
112112

113+
!!!warning
114+
Make sure that the user running docker has read and write permissions to the `LOCAL_MIBS_PATH` directory. Assign the user with permissions if necessary.
115+
113116
Whenever you add new MIB files, restart MIB service to compile them again, using the following command:
114117

115118
```bash

0 commit comments

Comments
 (0)