kerberos-io / kerberos-docker

Run Kerberos Open Source inside a docker container.
http://doc.kerberos.io/opensource/installation#docker
103 stars 31 forks source link

Persist login credentials #6

Closed cedricve closed 6 years ago

cedricve commented 6 years ago

When using Docker the login credentials aren't persisted on a drive. Each time the docker container restarts, the new username and password are reset.

shacal commented 6 years ago

Use volume - kerberosio-service-conf-files:/var/www/web/config Works...

cedricve commented 6 years ago

thanks @shacal