Skip to content

Commit

Permalink
Update apps/talk.sh
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 and github-actions[bot] authored Jul 19, 2023
1 parent 51727da commit f131fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/talk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ print_text_in_color "$ICyan" "Setting up Talk recording..."

# Pull and start
docker pull nextcloud/aio-talk-recording:latest
docker run -t -d -p $TURN_RECORDING_HOST:$TURN_RECORDING_HOST_PORT:$TURN_RECORDING_HOST_PORT ±
docker run -t -d -p "$TURN_RECORDING_HOST":"$TURN_RECORDING_HOST_PORT":"$TURN_RECORDING_HOST_PORT" ±
--restart always \
--name talk-recording \
nextcloud/aio-talk-recording \
Expand Down

0 comments on commit f131fa6

Please sign in to comment.