File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ cpu_check 4 "Talk Recording"
528528print_text_in_color " $ICyan " " Setting up Talk recording..."
529529
530530# Pull and start
531- docker pull nextcloud/aio-talk-recording:beta
531+ docker pull nextcloud/aio-talk-recording:latest
532532docker run -t -d -p " $TURN_RECORDING_HOST " :" $TURN_RECORDING_HOST_PORT " :" $TURN_RECORDING_HOST_PORT " \
533533--restart always \
534534--name talk-recording \
@@ -539,7 +539,7 @@ docker run -t -d -p "$TURN_RECORDING_HOST":"$TURN_RECORDING_HOST_PORT":"$TURN_RE
539539-e TZ=" $( cat /etc/timezone) " \
540540-e RECORDING_SECRET=" ${TURN_RECORDING_SECRET} " \
541541-e INTERNAL_SECRET=" ${TURN_INTERNAL_SECRET} " \
542- nextcloud/aio-talk-recording:beta
542+ nextcloud/aio-talk-recording:latest
543543
544544# Talk recording
545545if [ -d " $NCPATH /apps/spreed" ]
You can’t perform that action at this time.
0 commit comments