aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: d27aa2a009ae4ea82e97951379dd3d3b67aad4b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: "2"

services:

  feed2imap:
    image: "feed2imap-go"
    volumes:
      - "feeddata:/app/data"

volumes:
  feeddata: