diff --git a/roles/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 b/roles/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 index 1b470a95b..1b26b63d1 100644 --- a/roles/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 +++ b/roles/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 @@ -21,7 +21,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-cactus-comment --cap-drop=ALL \ --user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ --read-only \ - -env-file {{ matrix_cactus_comments_app_service_env_file }} \ + --env-file {{ matrix_cactus_comments_app_service_env_file }} \ --network={{ matrix_docker_network }} \ {{ matrix_cactus_comments_docker_image }}