Expose the step-ca port
This commit is contained in:
parent
d46d54a6a6
commit
d1c863c7cb
|
@ -4,6 +4,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/step-ca/data:/home/step
|
- /opt/step-ca/data:/home/step
|
||||||
- /opt/step-ca/init/secrets:/init-secrets
|
- /opt/step-ca/init/secrets:/init-secrets
|
||||||
|
ports:
|
||||||
|
- 9000:9000
|
||||||
environment:
|
environment:
|
||||||
- DOCKER_STEPCA_INIT_NAME=sunet-cdn-ca
|
- DOCKER_STEPCA_INIT_NAME=sunet-cdn-ca
|
||||||
- DOCKER_STEPCA_INIT_DNS_NAMES=localhost,<%= @networking['fqdn'] %>
|
- DOCKER_STEPCA_INIT_DNS_NAMES=localhost,<%= @networking['fqdn'] %>
|
||||||
|
|
Loading…
Reference in a new issue