Update the documentation (docker.md section ## Enterprise Edition)
In ### Start, update the sudo docker run command with a new -v argument:
-v /docker/metricshub/lib/security:/opt/metricshub/lib/security
In ### Start, update the content of the docker-compose.yaml file to add a new volume:
- ./lib/security:/opt/metricshub/lib/security # Mount the volume ./lib/security into /opt/metricshub/lib/security in the container
Specifications:
Update the documentation (docker.md section
## Enterprise Edition
)### Start
, update the sudo docker run command with a new -v argument:-v /docker/metricshub/lib/security:/opt/metricshub/lib/security
### Start
, update the content of the docker-compose.yaml file to add a new volume:- ./lib/security:/opt/metricshub/lib/security # Mount the volume ./lib/security into /opt/metricshub/lib/security
in the container