Starting Fusion Results in 'services.webpack.build contains unsupported option: 'secrets''
Symptoms
Running
npx fusion start
results in an error similar to:
ERROR: The Compose File '[your/path]/.fusion/docker-compose.yml' is invalid because: secrets.github_token value 'environment' does not match any of the regexes: '^x-' services.webpack.build contains unsupported option: 'secrets'
Cause
Compose file errors, indicate that the version of Docker Compose installed on the local machine is outdated.
Solution
Run
docker-compose -v
to check the version of docker-compose installed on the local machine.Install the latest version of Docker Compose (or Docker Desktop)