Ver a proveniência

Fix env argument

pull/2089/head
Julian-Samuel Gebühr há 4 anos
ascendente
cometimento
0935db57f3
1 ficheiros alterados com 1 adições e 1 eliminações
  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 Ver ficheiro

@@ -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 }}



Carregando…
Cancelar
Guardar