Configuration files

This section of the configuration should be only used by trained individuals who were trained and certified by Cogniware to implement and configure the GDPR Explorer. Errors in the Configuration files may disable the whole system or it's parts.

GDPR Explorer is shipped as Docker images, each image that can be configured has it's configuration located at:

/var/dockershare/NAME_OF_THE_CONTAINER

After the configuration file is changed, the container represnting the service it provides must be recreated. This doesn't affect the persistent data in any way.

Before changing the configuration files on production systems force backup of the system.

After you have made the configuration file changes perform:

cd ~/GDPRExplorer
sudo docker-compose stop
sudo docker container prune
sudo docker-compose up -d

Get me there: