Usar component:
<menu
:items="items"
:visible="true"
title="PredictorApp - Teams">
</menu>
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id |
youtube-dl --audio-quality 0 --add-metadata --extract-audio --audio-format mp3 --batch-file musics.txt |
<?php | |
/** | |
* To run just access it on your server, or run in command line (recommended). | |
**/ | |
error_reporting(E_ERROR); | |
ini_set('memory_limit', '-1'); | |
$folder = '/path/to/destination/folder/'; | |
$videosQty = 10; | |
// url of naruto episodes, its only a example. |
$ docker run -d -p 9000:80 -v $(pwd)/workdir:/var/www/html/ matheusmmo/silas