diff --git a/make/photon/prepare/utils/docker_compose.py b/make/photon/prepare/utils/docker_compose.py index ffdc367b5..e4bfcd55b 100644 --- a/make/photon/prepare/utils/docker_compose.py +++ b/make/photon/prepare/utils/docker_compose.py @@ -56,4 +56,4 @@ def prepare_docker_compose(configs, with_clair, with_notary, with_chartmuseum): if log_ep_host: rendering_variables['external_log_endpoint'] = True - render_jinja(docker_compose_template_path, docker_compose_yml_path, **rendering_variables) \ No newline at end of file + render_jinja(docker_compose_template_path, docker_compose_yml_path, mode=0o644, **rendering_variables)