lscr.io/linuxserver/ldap-auth:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags./ldaplogin
(as well as /login
) to prevent clashes with reverse proxied apps that may also use /login
for their internal auth.<external>:<internal>
respectively. For example, -p 8080:80
would expose port 80
from inside the container to be accessible from the host's IP on port 8080
outside the container.-p
)8888
9000
-e
)TZ=Europe/London
FERNETKEY=
CERTFILE=
KEYFILE=
-v
)FILE__
.PASSWORD
based on the contents of the /run/secrets/mysecretpassword
file.-e UMASK=022
setting. Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up here before asking for support.docker exec -it ldap-auth /bin/bash
docker logs -f ldap-auth
docker inspect -f '{{ index .Config.Labels "build_version" }}' ldap-auth
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/ldap-auth:latest
CERTFILE
and KEYFILE
vars./ldaplogin
as well as /login
, to prevent clashes with reverese proxied apps.