We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I mount volumes to store config files outside I get the following error on startup:
sed: can't read /etc/ldap-account-manager/config.cfg: No such file or directory
I'm on macOS. I'm using the following docker-compose file:
services: lam: container_name: lam image: ghcr.io/ldapaccountmanager/lam:stable ports: - 8090:80 env_file: - .env volumes: - ./data/lam/etc/:/etc/ldap-account-manager - ./data/lam/lib/:/var/lib/ldap-account-manager
The text was updated successfully, but these errors were encountered:
Seems like your ./data/lam/etc is not having the config.cfg. You need to get the content of the config folder from the tar.bz2. Also, disable preconfiguration for docker (LAM_SKIP_PRECONFIGURE=true): https://github.com/LDAPAccountManager/lam/blob/develop/lam-packaging/docker/.env
Sorry, something went wrong.
No branches or pull requests
When I mount volumes to store config files outside I get the following error on startup:
sed: can't read /etc/ldap-account-manager/config.cfg: No such file or directory
I'm on macOS.
I'm using the following docker-compose file:
The text was updated successfully, but these errors were encountered: