Slavi Pantaleev 3 ay önce
ebeveyn
işleme
f31be1a725
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +1
    -1
      roles/custom/matrix-cactus-comments-client/templates/systemd/matrix-cactus-comments-client.service.j2
  2. +1
    -1
      roles/custom/matrix-static-files/templates/systemd/matrix-static-files.service.j2

+ 1
- 1
roles/custom/matrix-cactus-comments-client/templates/systemd/matrix-cactus-comments-client.service.j2 Dosyayı Görüntüle

@@ -29,7 +29,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
{% endif %}
--env-file={{ matrix_cactus_comments_client_base_path }}/env \
--label-file={{ matrix_cactus_comments_client_base_path }}/labels \
--mount type=bind,src={{ matrix_cactus_comments_client_public_path }},dst=/public,ro \
--mount type=bind,src={{ matrix_cactus_comments_client_public_path }},dst=/var/public,ro \
{{ matrix_cactus_comments_client_container_image }}

{% for network in matrix_cactus_comments_client_container_additional_networks %}


+ 1
- 1
roles/custom/matrix-static-files/templates/systemd/matrix-static-files.service.j2 Dosyayı Görüntüle

@@ -29,7 +29,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
{% endif %}
--env-file={{ matrix_static_files_base_path }}/env \
--label-file={{ matrix_static_files_base_path }}/labels \
--mount type=bind,src={{ matrix_static_files_public_path }},dst=/public,ro \
--mount type=bind,src={{ matrix_static_files_public_path }},dst=/var/public,ro \
--mount type=bind,src={{ matrix_static_files_config_path }},dst=/config,ro \
{{ matrix_static_files_container_image }}



Yükleniyor…
İptal
Kaydet