Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 19, 2023
1 parent a56df3d commit 6d8216b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ jobs:
#
# Restart SRS signaling service
cat << END > /root/restart_docs-signaling.sh
# See https://github.com/ossrs/signaling
docker pull registry.cn-hangzhou.aliyuncs.com/ossrs/signaling:$SRS_MAJOR
docker rm -f docs-signaling || sleep 1
docker run -d -it --restart always --name docs-signaling -p 1989:1989 \
docker run -d -it --restart always --name docs-signaling -p 1989:1989 \\
--log-driver=json-file --log-opt=max-size=500m --log-opt=max-file=3 \\
registry.cn-hangzhou.aliyuncs.com/ossrs/signaling:$SRS_MAJOR
END
bash /root/restart_docs-signaling.sh
Expand Down

0 comments on commit 6d8216b

Please sign in to comment.