From 8f0fb8188b162f0066f4d263bc3db382090f4fbb Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 20 May 2023 04:45:39 +1000 Subject: [PATCH] Fix typo --- services/torrents/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/torrents/docker-compose.yml b/services/torrents/docker-compose.yml index 1f98857..5bab263 100644 --- a/services/torrents/docker-compose.yml +++ b/services/torrents/docker-compose.yml @@ -24,7 +24,7 @@ services: - /dev/net/tun:/dev/net/tun volumes: - ${NASCOMPOSE_SERVICES?}/torrents${TORRENT_SUFFIX?}/volumes/qbittorrent_config/:/config/ - - ${NASCOMPOSE_DATA?}/torrents${TORRENT_SUFFIX?}/:/data}/torrents${TORRENT_SUFFIX?}/ + - ${NASCOMPOSE_DATA?}/torrents${TORRENT_SUFFIX?}/:/data/torrents${TORRENT_SUFFIX?}/ # Configuration - ${NASCOMPOSE_SERVICES?}/torrents${TORRENT_SUFFIX?}/config/01-natpmp-install:/etc/cont-init.d/01-natpmp-install:ro - ${NASCOMPOSE_SERVICES?}/torrents${TORRENT_SUFFIX?}/config/98-gateway-setup:/etc/cont-init.d/98-gateway-setup:ro @@ -75,7 +75,7 @@ services: volumes: - ${NASCOMPOSE_SERVICES?}/torrents${TORRENT_SUFFIX?}/volumes/qbitmanage_config/:/config/ - ${NASCOMPOSE_SERVICES?}/torrents${TORRENT_SUFFIX?}/volumes/qbittorrent_config/data/BT_backup/:/torrents/:ro - - ${NASCOMPOSE_DATA?}/torrents${TORRENT_SUFFIX?}/:/data}/torrents${TORRENT_SUFFIX?}/ + - ${NASCOMPOSE_DATA?}/torrents${TORRENT_SUFFIX?}/:/data/torrents${TORRENT_SUFFIX?}/ networks: torrents: