8 lines
147 B
YAML
8 lines
147 B
YAML
version: '3'
|
|
services:
|
|
thunderbird:
|
|
image: jlesage/thunderbird
|
|
ports:
|
|
- "1029:5800"
|
|
volumes:
|
|
- "./thunderbird:/config:rw" |