You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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,
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
The text was updated successfully, but these errors were encountered: