mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
thunderbird updated and portainer builder
This commit is contained in:
@@ -3,8 +3,8 @@ services:
|
||||
image: ${THUNDERBIRD_IMAGE:-jlesage/thunderbird}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "${VOL_PATH:-./data}/thunderbird/config:/config:rw"
|
||||
- "${VOL_PATH:-./data}/thunderbird/export:/export:rw"
|
||||
- "thunderbird-config:/config"
|
||||
- "thunderbird-export:/export"
|
||||
environment:
|
||||
- TZ=${THUNDERBIRD_TZ:-America/Vancouver}
|
||||
- WEB_AUTHENTICATION=${THUNDERBIRD_WEB_AUTHENTICATION:-1}
|
||||
@@ -16,3 +16,7 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
volumes:
|
||||
thunderbird-config:
|
||||
thunderbird-export:
|
||||
|
||||
Reference in New Issue
Block a user