cant change download location from tmp
toxinliquid opened this issue · 2 comments
toxinliquid commented
i edited xxx.env docker-compose.yml and docker-compose.base.yml but nothing worked
any idea how to change it ?
toxinliquid commented
edit env.template
then
cp env.template .env
lardbit commented
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