Error:
docker-compose stop followed by docker-compose start causes the below error
configparser.DuplicateOptionError: While reading from '/home/volttron/.volttron/config' [line 10]: option 'web-ssl-cert' in section 'volttron' already exists
Steps to reproduce:
Follow readme instructions,
- clone this repo
 
- git submodule update --init --recursive
 
- local docker build
 
- docker compose up
 
- docker compose stop
 
- docker compose start
 
Last step attempts to start the container but fails with the below error
configparser.DuplicateOptionError: While reading from '/home/volttron/.volttron/config' [line 10]: option 'web-ssl-cert' in section 'volttron' already exists