Change scalar
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2022-10-15 17:46:51 +02:00
parent dd24759151
commit 8f6ca8f77f

View File

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