|
|
@@ -21,7 +21,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \ |
|
|
--name=matrix-bot-matrix-registration-bot \ |
|
|
--name=matrix-bot-matrix-registration-bot \ |
|
|
--log-driver=none \ |
|
|
--log-driver=none \ |
|
|
--cap-drop=ALL \ |
|
|
--cap-drop=ALL \ |
|
|
-e "CONFIG_PATH=/config/config.yml" \ |
|
|
|
|
|
|
|
|
-e "CONFIG_PATH=/config/config.yaml" \ |
|
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ |
|
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ |
|
|
--read-only \ |
|
|
--read-only \ |
|
|
--mount type=bind,src={{ matrix_bot_matrix_registration_bot_config_path }},dst=/config,ro \ |
|
|
--mount type=bind,src={{ matrix_bot_matrix_registration_bot_config_path }},dst=/config,ro \ |
|
|
|