Describe the bug
Trying to set up a working local version of OpenCloud and running into several errors. When trying to fix the errors and filling in the gaps from the documentation, I and trying to add a directory for OC_CONFIG_DIR. After defining a directory that I have created and OpenCloud should have permission to access, running docker compose up makes the project restart every second, claiming that config file already exists, even though no config file exists in the directory and I have completely removed all volumes that OpenCloud has created. There is no config data other than that stored in the config folder that is included when pulling the project from GitHub.
Steps to reproduce
- Attempt to run OpenCloud
- An error will probably show on first run.
- Change
OC_CONFIG_DIR
- Opencloud continuously restarts with
Could not create config: config file already exists, use --force-overwrite to overwrite or --diff to show diff
- Attempt to run
--force-overwrite
- Run OpenCloud again
- Same error
- Must delete ALL files and ALL docker volumes, etc. in order to run OpenCloud again.
Expected behavior
OpenCloud should run with no errors
Actual behavior
See above.
Describe the bug
Trying to set up a working local version of OpenCloud and running into several errors. When trying to fix the errors and filling in the gaps from the documentation, I and trying to add a directory for
OC_CONFIG_DIR. After defining a directory that I have created and OpenCloud should have permission to access, runningdocker compose upmakes the project restart every second, claiming thatconfig file already exists, even though no config file exists in the directory and I have completely removed all volumes that OpenCloud has created. There is no config data other than that stored in theconfigfolder that is included when pulling the project from GitHub.Steps to reproduce
OC_CONFIG_DIRCould not create config: config file already exists, use --force-overwrite to overwrite or --diff to show diff--force-overwriteExpected behavior
OpenCloud should run with no errors
Actual behavior
See above.