Define app data dir in variable

This commit is contained in:
Jake Howard
2020-09-26 21:15:44 +01:00
parent 361a78e8e0
commit a303bed27f
13 changed files with 24 additions and 23 deletions

View File

@ -7,7 +7,7 @@ services:
- PGID={{ docker_user.id }}
- TZ=Europe/London
volumes:
- /mnt/tank/app-data/deluge:/config
- "{{ app_data_dir }}/deluge:/config"
- /mnt/scratch/deluge:/downloads
ports:
- 8112:8112