1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-06-11 14:07:39 -03:00
parent e0070be0ef
commit f8e22fc7fc
5 changed files with 15 additions and 7 deletions

View file

@ -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"