lardbit / nefarious

Web application for automatically downloading TV & Movies (w/ VPN)

Home Page:https://lardbit.github.io/nefarious/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cant change download location from tmp

toxinliquid opened this issue · comments

i edited xxx.env docker-compose.yml and docker-compose.base.yml but nothing worked

any idea how to change it ?

edit env.template
then
cp env.template .env

You shouldn't be editing any of the docker-compose*.yml files. Instead, all edits should be in the .env file.

Then restart everything with:

docker-compose up -d --force-recreate