Просмотр исходного кода

Tabs vs. spaces

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2089/head
Julian-Samuel Gebühr 3 лет назад
committed by GitHub
Родитель
Сommit
1783e14b78
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      roles/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2

+ 1
- 1
roles/matrix-cactus-comments/templates/systemd/matrix-cactus-comments.service.j2 Просмотреть файл

@@ -22,7 +22,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-cactus-comment
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--read-only \
--env-file {{ matrix_cactus_comments_app_service_env_file }} \
--tmpfs=/tmp:rw,noexec,nosuid,size={{ matrix_cactus_comments_tmp_directory_size_mb }}m \
--tmpfs=/tmp:rw,noexec,nosuid,size={{ matrix_cactus_comments_tmp_directory_size_mb }}m \
--network={{ matrix_docker_network }} \
{{ matrix_cactus_comments_docker_image }}



Загрузка…
Отмена
Сохранить