fix: adds wget_download.sh, fixes images tag
This commit is contained in:
2
bash/app/wget_download.sh
Executable file
2
bash/app/wget_download.sh
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
# $1 = movies/tvshows/etc, $2 = title of media, $3 = URL of download
|
||||||
|
cd /dl/${1} && if [ ! -d "${2}" ]; then mkdir "${2}"; fi && cd "${2}" && wget "${3}"
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
php:
|
php:
|
||||||
image: code.caldwell.digital/home/torsearch/app:${TAG}
|
image: registry.caldwell.digital/home/torsearch/app:${TAG}
|
||||||
ports:
|
ports:
|
||||||
- "8001:80"
|
- "8001:80"
|
||||||
|
|||||||
Reference in New Issue
Block a user