We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 471daf3 + 33dcaff commit cebea8dCopy full SHA for cebea8d
st2auth/Dockerfile
@@ -4,6 +4,6 @@ LABEL com.stackstorm.component="st2auth"
4
5
USER st2
6
7
-VOLUME ["/etc/st2/keys", "/opt/stackstorm/rbac"]
+VOLUME ["/etc/st2/keys", "/opt/stackstorm/rbac", "/etc/ssl/certs"]
8
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"]
9
EXPOSE 9100
0 commit comments