From 717a839304afbe829034dfc131e9dd0d63ce96eb Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Mon, 13 Apr 2026 13:18:24 -0700 Subject: [PATCH] change vol path to match service --- thunderbird/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thunderbird/compose.yaml b/thunderbird/compose.yaml index 77c00bd..dd92f7a 100644 --- a/thunderbird/compose.yaml +++ b/thunderbird/compose.yaml @@ -4,8 +4,8 @@ services: image: ${THUNDERBIRD_IMAGE:-jlesage/thunderbird} restart: ${THUNDERBIRD_RESTART:-unless-stopped} volumes: - - ${VOL_PATH}/config:/config - - ${VOL_PATH}/export:/export + - ${VOL_PATH}/thunderbird/config:/config + - ${VOL_PATH}/thunderbird/export:/export environment: - TZ=${THUNDERBIRD_TZ:-America/Vancouver} - WEB_AUTHENTICATION=${THUNDERBIRD_WEB_AUTHENTICATION:-1}