docker-openldap icon indicating copy to clipboard operation
docker-openldap copied to clipboard

enable passing FQDN via environment variable

Open oschlueter opened this issue 4 years ago • 0 comments

I tried to deploy this image using Docker secrets via docker stack deploy on a Linux server but unfortunately that doesn't support the parameter domainname (see here). Therefore, I couldn't configure replication as supported by this PR.

To solve this problem, I changed the scripts to use FQDN if it is set instead of calling hostname.

oschlueter avatar Aug 11 '21 12:08 oschlueter