lardbit/nefarious

cant change download location from tmp

toxinliquid opened this issue · 2 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