Update dockerfile

This commit is contained in:
Marisa 2025-11-04 14:53:49 -05:00
parent 9252542c0e
commit 6316a54215

View File

@ -23,6 +23,7 @@ COPY ./start-slapd.sh ./start-slapd.sh
RUN chmod +x ./start-slapd.sh RUN chmod +x ./start-slapd.sh
# open up LDAP simple port # open up LDAP simple port
EXPOSE 389
EXPOSE 636 EXPOSE 636
# set salvable volumes for LDAP data, configuration # set salvable volumes for LDAP data, configuration