version: '2' services: rssbridge: container_name: rssbridge hostname: rssbridge image: rssbridge/rss-bridge:latest ports: - 3001:80/tcp restart: always volumes: - /docker/appdata/rssbridge/whitelist.txt:/app/whitelist.txt - /etc/localtime:/etc/localtime:ro