From d9eae22bab01c591ac25c7f0f0f5aefba69d7e4e Mon Sep 17 00:00:00 2001 From: geezo Date: Fri, 23 May 2025 01:02:16 +0100 Subject: [PATCH] add thunderbird config --- thunderbird/docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 thunderbird/docker-compose.yml diff --git a/thunderbird/docker-compose.yml b/thunderbird/docker-compose.yml new file mode 100644 index 0000000..1c71c67 --- /dev/null +++ b/thunderbird/docker-compose.yml @@ -0,0 +1,8 @@ +version: '3' +services: + thunderbird: + image: jlesage/thunderbird + ports: + - "1029:5800" + volumes: + - "./thunderbird:/config:rw" \ No newline at end of file