Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- nginx_ldap_auth_service

nginx_ldap_auth_service:
image: nginx-ldap-auth-service:latest
image: caltechads/nginx-ldap-auth-service:latest
hostname: nginx-ldap-auth-service
ports:
- "8888:8888"
Expand Down
1 change: 1 addition & 0 deletions etc/environment.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SECRET_KEY=__SECRET_KEY__
CSRF_SECRET_KEY=__CSRF_SECRET_KEY__
LDAP_URI=ldap://host.docker.internal:1389
LDAP_BINDDN=__LDAP_BINDDN__
LDAP_PASSWORD=__LDAP_PASSWORD__
Expand Down