Skip to content

Commit 5cb0157

Browse files
authored
Merge pull request #145 from opentelekomcloud-infra/devel
Expose only ssl for graphite-web
2 parents e1a43e2 + 9a9fec3 commit 5cb0157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/roles/graphite_web/templates/graphite-web.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ExecStartPre=-{{ container_runtime }} rm graphite_web
99

1010
ExecStart={{ container_runtime }} run \
1111
--name graphite_web \
12-
-p 18080:80 \
12+
-p 18080:443 \
1313
--env-file /etc/graphite/env \
1414
{% if container_command == 'podman' %}
1515
--log-opt=path=/dev/null \

0 commit comments

Comments
 (0)