mail based rss feed aggregator
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

update comment in docker-compose.yml

ollie 90d4240f f19efbdc

+2 -3
+2 -3
docker-compose.yml
··· 19 19 # PORT: 3000 # web-ui port, defaults to 3000 if unset 20 20 volumes: 21 21 - ./data:/data 22 - # you may get more specific than that 23 - # - ./data/logs:/data/logs/ 24 - # - ./data/database:/data/database/ 22 + # or 23 + # - my_volume:/data 25 24 26 25 mailpit: 27 26 image: axllent/mailpit