mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
talk-recording - change tag from beta to latest (#2546)
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
cfac66cd15
commit
295c91d5c1
@ -528,7 +528,7 @@ cpu_check 4 "Talk Recording"
|
||||
print_text_in_color "$ICyan" "Setting up Talk recording..."
|
||||
|
||||
# Pull and start
|
||||
docker pull nextcloud/aio-talk-recording:beta
|
||||
docker pull nextcloud/aio-talk-recording:latest
|
||||
docker run -t -d -p "$TURN_RECORDING_HOST":"$TURN_RECORDING_HOST_PORT":"$TURN_RECORDING_HOST_PORT" \
|
||||
--restart always \
|
||||
--name talk-recording \
|
||||
@ -539,7 +539,7 @@ docker run -t -d -p "$TURN_RECORDING_HOST":"$TURN_RECORDING_HOST_PORT":"$TURN_RE
|
||||
-e TZ="$(cat /etc/timezone)" \
|
||||
-e RECORDING_SECRET="${TURN_RECORDING_SECRET}" \
|
||||
-e INTERNAL_SECRET="${TURN_INTERNAL_SECRET}" \
|
||||
nextcloud/aio-talk-recording:beta
|
||||
nextcloud/aio-talk-recording:latest
|
||||
|
||||
# Talk recording
|
||||
if [ -d "$NCPATH/apps/spreed" ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user