change vol path to match service

This commit is contained in:
2026-04-13 13:18:24 -07:00
parent 63fce86020
commit 717a839304
+2 -2
View File
@@ -4,8 +4,8 @@ services:
image: ${THUNDERBIRD_IMAGE:-jlesage/thunderbird} image: ${THUNDERBIRD_IMAGE:-jlesage/thunderbird}
restart: ${THUNDERBIRD_RESTART:-unless-stopped} restart: ${THUNDERBIRD_RESTART:-unless-stopped}
volumes: volumes:
- ${VOL_PATH}/config:/config - ${VOL_PATH}/thunderbird/config:/config
- ${VOL_PATH}/export:/export - ${VOL_PATH}/thunderbird/export:/export
environment: environment:
- TZ=${THUNDERBIRD_TZ:-America/Vancouver} - TZ=${THUNDERBIRD_TZ:-America/Vancouver}
- WEB_AUTHENTICATION=${THUNDERBIRD_WEB_AUTHENTICATION:-1} - WEB_AUTHENTICATION=${THUNDERBIRD_WEB_AUTHENTICATION:-1}