Przeglądaj źródła

Fix default container path

pull/4572/head
jasonlaguidice 7 miesięcy temu
rodzic
commit
4dd93b5b31
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/custom/matrix-bridge-steam/templates/systemd/matrix-steam-bridge.service.j2

+ 1
- 1
roles/custom/matrix-bridge-steam/templates/systemd/matrix-steam-bridge.service.j2 Wyświetl plik

@@ -23,7 +23,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \
--network={{ matrix_steam_bridge_container_network }} \
--mount type=bind,src={{ matrix_steam_bridge_config_path }},dst=/app/data/config,ro \
--mount type=bind,src={{ matrix_steam_bridge_config_path }},dst=/app/config,ro \
--mount type=bind,src={{ matrix_steam_bridge_data_path }},dst=/app/data \
--label-file={{ matrix_steam_bridge_base_path }}/labels \
{% for arg in matrix_steam_bridge_container_extra_arguments %}


Ładowanie…
Anuluj
Zapisz