Skip to main content

Installation

The service can be installed through the Portainer web interface. 

Learn about creating a new stack.

Docker Compose

Use the following code to install the service:

---
services:
  commafeed:
    image: athou/commafeed:latest-h2
    restart: unless-stopped
    container_name: commafeed
    volumes:
      # Persistent Data
      - /srv/commafeed:/commafeed/data
    deploy:
      resources:
        limits:
          memory: 256M
    ports:
      - 8082:8082