From 6b8a94ba2efc85970e66ad2a863f8240cddfde70 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sat, 11 Mar 2023 11:44:17 +0100 Subject: wip coturn --- cluster/prod/app/coturn/integration/cmd.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cluster/prod/app/coturn/integration/cmd.sh (limited to 'cluster/prod/app/coturn/integration') diff --git a/cluster/prod/app/coturn/integration/cmd.sh b/cluster/prod/app/coturn/integration/cmd.sh new file mode 100644 index 0000000..262cf49 --- /dev/null +++ b/cluster/prod/app/coturn/integration/cmd.sh @@ -0,0 +1,7 @@ +docker run \ + --name coturn \ + --rm \ + -it \ + -v `pwd`/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh \ + --network=host \ + coturn/coturn:4.6.1-r2-alpine -- cgit v1.2.3