aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 9f178049a335cac53f208c691d416a983eae58a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
version: '2'
services:
  rss-bridge:
    image: rssbridge/rss-bridge:latest
    volumes:
      - ./config:/config
    ports:
      - 3000:80
    restart: unless-stopped