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}