Skip to content

Commit

Permalink
Merge pull request #3270 from cksit/synology_fixes
Browse files Browse the repository at this point in the history
Resolve Synology DSM 7.2 Docker Command Issue
  • Loading branch information
spantaleev authored Apr 14, 2024
2 parents c89e437 + 88609a5 commit 328c3e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 328c3e0

Please sign in to comment.