mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
e0070be0ef
commit
f8e22fc7fc
5 changed files with 15 additions and 7 deletions
|
@ -117,7 +117,7 @@ echo "entrypoint -- Writing /var/www/docker_vars.json"
|
|||
echo "{\"SOCKET_PORT\":${SOCKET_PORT}, \"HTTP_PORT\":${HTTP_PORT}, \"HTTPS_PORT\":${HTTPS_PORT}, \"SERVER_NAME\":\"${SERVER_NAME}\", \"NGINX_RTMP_PORT\":${NGINX_RTMP_PORT}, \"NGINX_HTTP_PORT\":${NGINX_HTTP_PORT}, \"NGINX_HTTPS_PORT\":${NGINX_HTTPS_PORT}}" > /var/www/docker_vars.json
|
||||
|
||||
echo "entrypoint -- Starting socket server..."
|
||||
ulimit -n 1048576 && nohup php /var/www/html/AVideo/plugin/YPTSocket/server.php &
|
||||
nohup php /var/www/html/AVideo/plugin/YPTSocket/server.php &
|
||||
|
||||
|
||||
echo "Clear cache"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue