We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1a43e2 + 9a9fec3 commit 5cb0157Copy full SHA for 5cb0157
playbooks/roles/graphite_web/templates/graphite-web.service.j2
@@ -9,7 +9,7 @@ ExecStartPre=-{{ container_runtime }} rm graphite_web
9
10
ExecStart={{ container_runtime }} run \
11
--name graphite_web \
12
- -p 18080:80 \
+ -p 18080:443 \
13
--env-file /etc/graphite/env \
14
{% if container_command == 'podman' %}
15
--log-opt=path=/dev/null \
0 commit comments