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:

    cd cue-front-path/old-configuration-set
    docker-compose down
  2. Restart specifying a different configuration set:

    cd cue-front-path/new-configuration-set
    docker-compose up -d

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