Switching Configurations

If you have created more than one configuration, you can switch between them as follows:

  1. Stop and remove the current set of CUE Front containers:

    docker-compose -f docker-old-configuration-set.yml down
  2. Restart specifying a different configuration set:

    docker-compose -f docker-new-configuration-set.yml up -d

    where new-configuration-set is the name of the configuration you want to switch to.