update README. set password before starting opencloud #85
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
COMPOSE_FILE=docker-compose.yml:traefik/opencloud.ymlfollowing READMI and encountered an issue in step 3 https://github.com/opencloud-eu/opencloud-compose/blob/main/README.md#local-development2025-09-04 11:15:15 2025/09/04 09:15:15 Could not create config: config file already exists, use --force-overwrite to overwrite or --diff to show diff2025-09-04 11:15:16 The password of service user admin has not been set properly in your config for idm. Make sure your /etc/opencloud config contains the proper values (e.g. by using 'opencloud init --diff' and applying the patch or setting a value manually in the config/corresponding environment variable).It happens when
INITIAL_ADMIN_PASSWORDis empty. Following READMI we set password later after startingdocker compose up -dSolution:
set password before starting opencloud
bitnami/openldap:2.6tobitnamilegacy/openldap:2.6according Use bitnamilegacy opencloud#1418