mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-18 18:12:18 +00:00
Add missing --network for Hookshot
This seems to have been removed by accident.
This commit is contained in:
parent
6a81fa208f
commit
ac4a918d58
@ -19,6 +19,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create --rm -
|
|||||||
--log-driver=none \
|
--log-driver=none \
|
||||||
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
||||||
--cap-drop=ALL \
|
--cap-drop=ALL \
|
||||||
|
--network={{ matrix_hookshot_container_network }} \
|
||||||
--mount type=bind,src={{ matrix_hookshot_base_path }},dst=/data \
|
--mount type=bind,src={{ matrix_hookshot_base_path }},dst=/data \
|
||||||
{% for port in matrix_hookshot_container_http_host_bind_ports %}
|
{% for port in matrix_hookshot_container_http_host_bind_ports %}
|
||||||
-p {{ port }} \
|
-p {{ port }} \
|
||||||
|
Loading…
Reference in New Issue
Block a user