diff --git a/.gitignore b/.gitignore index f9cb675..8cde040 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ *.nas-compose.env -*/secrets/* -!*/secrets/.gitkeep -*/volumes/*/* -!*/volumes/*/.gitkeep diff --git a/services/torrents/docker-compose.yml b/services/torrents/docker-compose.yml index d4ebb7c..792e6f8 100644 --- a/services/torrents/docker-compose.yml +++ b/services/torrents/docker-compose.yml @@ -49,8 +49,8 @@ volumes: driver_opts: type: none o: bind - device: ${NASCOMPOSE_SERVICES?}/volumes/transmission/config/ + device: ${NASCOMPOSE_SERVICES?}/torrents/volumes/transmission_config/ secrets: transmission_vpn_creds: - file: ${NASCOMPOSE_SERVICES?}/secrets/transmission/vpn_creds + file: ${NASCOMPOSE_SERVICES?}/torrents/secrets/vpn_creds