diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-11 11:44:17 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-11 11:44:17 +0100 |
commit | 6b8a94ba2efc85970e66ad2a863f8240cddfde70 (patch) | |
tree | 4bf3dc6c5cb15620b5a978dbd803bd63fc81c8f1 /cluster/prod/app/coturn/integration | |
parent | 850ea784e7bb96ee7af954805dab7d326f58c228 (diff) | |
download | nixcfg-6b8a94ba2efc85970e66ad2a863f8240cddfde70.tar.gz nixcfg-6b8a94ba2efc85970e66ad2a863f8240cddfde70.zip |
wip coturn
Diffstat (limited to 'cluster/prod/app/coturn/integration')
-rw-r--r-- | cluster/prod/app/coturn/integration/cmd.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 |