mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-26 01:44:56 +01:00
Fixed the docker cmd for generating Synapse config
This commit is contained in:
parent
c89e437579
commit
88609a59b1
@ -94,7 +94,7 @@
|
|||||||
- name: Generate initial Synapse config and signing key
|
- name: Generate initial Synapse config and signing key
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: |
|
cmd: |
|
||||||
docker run
|
{{ devture_systemd_docker_base_host_command_docker }} run
|
||||||
--rm
|
--rm
|
||||||
--name=matrix-config
|
--name=matrix-config
|
||||||
--user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }}
|
--user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user