Making a Default Configuration

You can make one of your configurations the default configuration by entering:

docker-compose -f setup.yml run setup use -d configuration-set

This copies docker-configuration-set.yml to docker-compose.yml, which means you can then start and stop CUE Front using this configuration without specifying a configuration file:

docker-compose up -d

and

docker-compose down