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