Change scalar
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-10-15 17:46:51 +02:00
parent dd24759151
commit 8f6ca8f77f
1 changed files with 4 additions and 4 deletions

View File

@ -19,14 +19,14 @@
community.docker.docker_container:
name: coturn
image: bv11-cr01.bessems.eu/proxy/coturn/coturn:{{ coturn.version }}
command: |
command: >
-n \
-v \
--log-file=stdout \
--lt-cred-mech \
--no-cli \
--no-tls \
--realm=dendrite
--no-cli \
--no-tls \
--realm=dendrite
network_mode: host
state: started
restart_policy: unless-stopped