Remove unnecessary variable

The /data is hardcoded in the container
This commit is contained in:
Julian-Samuel Gebühr
2022-06-24 18:21:13 +02:00
parent 90447a2839
commit 7baf477c16
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-bot-maubot \
-e UID={{ matrix_user_uid }} \
-e GID={{ matrix_user_gid }} \
--read-only \
-v {{ matrix_bot_maubot_data_path }}:{{ matrix_bot_maubot_container_data_dir }}:z \
-v {{ matrix_bot_maubot_data_path }}:/data:z \
{% for arg in matrix_bot_maubot_container_extra_arguments %}
{{ arg }} \
{% endfor %}