Kaynağa Gözat

Merge pull request #2405 from CyberShadow/chatgpt-home

Fix ChatGPT container
pull/2408/head
Slavi Pantaleev 3 yıl önce
committed by GitHub
ebeveyn
işleme
d78c24cd6b
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      roles/custom/matrix-bot-chatgpt/templates/systemd/matrix-bot-chatgpt.service.j2

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

@@ -25,6 +25,7 @@ ExecStart={{ devture_systemd_docker_base_host_command_docker }} run --rm --name
--network={{ matrix_docker_network }} \
--env-file={{ matrix_bot_chatgpt_config_path }}/env \
--mount type=bind,src={{ matrix_bot_chatgpt_data_path }},dst=/data \
--env HOME=/data/home \
{% for arg in matrix_bot_chatgpt_container_extra_arguments %}
{{ arg }} \
{% endfor %}


Yükleniyor…
İptal
Kaydet