mail based rss feed aggregator
2
fork

Configure Feed

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

change `restart: unless-stopped` to `restart: no`

ollie 0fdaf012 e0806d50

+2 -2
+2 -2
docker-compose.yml
··· 2 2 eater: 3 3 image: eater 4 4 container_name: eater 5 - restart: unless-stopped 5 + restart: no 6 6 ports: 7 7 - "3000:3000" 8 8 environment: ··· 25 25 mailpit: 26 26 image: axllent/mailpit 27 27 container_name: eater_mailpit 28 - restart: unless-stopped 28 + restart: no 29 29 ports: 30 30 - 8025:8025 31 31 - 1025:1025