Browse Source

Merge pull request #3270 from cksit/synology_fixes

Resolve Synology DSM 7.2 Docker Command Issue
pull/3273/head
Slavi Pantaleev 1 year ago
committed by GitHub
parent
commit
328c3e0f26
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +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 - 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…
Cancel
Save