-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
In a default configuration with a new environment build, errors are thrown due to empty .yaml config files:
Suggest modifying these files to add the following:
version: '3.7'
Steps to recreate:
./network.sh up createChannel -ca
ERROR: Top level object in './compose/docker/docker-compose-ca.yaml' needs to be an object not '<class 'list'>'.
./network.sh down
ERROR: Top level object in './compose/docker/docker-compose-couch.yaml' needs to be an object not '<class 'NoneType'>'.
NOTE: In commit a72b2b5
the files were updated to remove this syntax, but this results in empty config files.
- A solution would be to add back in the version: '3.7' as one line without a dash '-' prepended, or some other valid entry for an empty config file.
- Another option would be to remove these files until a valid version has been developed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels