julz

Results 4 comments of julz

Hey @luckyraul you don't necessarily need a volume to de declared in the Dockerfile, you can declare a volume mount in your `docker-compose.yml` file in the volumes section (see https://docs.docker.com/compose/compose-file/#volumes)...

Indeed you need to put a configuration file in your local volume first which has to be named `lmConf-1.json` by default, or `lmConf-1.yaml` if you set YAMLFile type in `lemonldap-ng.ini`...

> Also You should create folders /var/lib/lemonldap-ng/sessions > > `Could not open file (/var/lib/lemonldap-ng/sessions/lock/Apache-Session-0c2506b69add847765e6927b1a2ffdba5d6d7e7ed362e459ca97b4eee1d2bae7.lock)` At first I've added named volume for session file too In your service: ```docker-compose.yml lemonldap: .......

My bad, normally you shouldn’t have to do that, I guess your issue is related to the user that runs the web server and/or lemonldap’s folders users and permissions. I’ve...