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

Merge branch 'cactus-comments' of https://github.com/moan0s/matrix-docker-ansible-deploy into cactus-comments

pull/2089/head
Julian-Samuel Gebühr 3 лет назад
Родитель
Сommit
1a2cb75a53
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 }}



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