This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fixed the docker cmd for generating Synapse config
pull/3270/head
cksit
2 years ago
parent
c89e437579
commit
88609a59b1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/custom/matrix-synapse/tasks/synapse/setup_install.yml
+ 1
- 1
roles/custom/matrix-synapse/tasks/synapse/setup_install.yml
View File
@@ -94,7 +94,7 @@
- name: Generate initial Synapse config and signing key
ansible.builtin.command:
cmd: |
docker run
{{ devture_systemd_
docker
_base_host_command_docker }}
run
--rm
--name=matrix-config
--user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }}
Write
Preview
Loading…
Cancel
Save