Skip to content

Commit cebea8d

Browse files
authored
Merge pull request #64 from jk464/feature/ldap-cert
Persistent Volume for Certs for LDAP
2 parents 471daf3 + 33dcaff commit cebea8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

st2auth/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ LABEL com.stackstorm.component="st2auth"
44

55
USER st2
66

7-
VOLUME ["/etc/st2/keys", "/opt/stackstorm/rbac"]
7+
VOLUME ["/etc/st2/keys", "/opt/stackstorm/rbac", "/etc/ssl/certs"]
88
CMD ["/opt/stackstorm/st2/bin/st2auth", "--config-file=/etc/st2/st2.conf", "--config-file=/etc/st2/st2.docker.conf", "--config-file=/etc/st2/st2.user.conf"]
99
EXPOSE 9100

0 commit comments

Comments
 (0)