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

Revision #2
Created 13 March 2025 03:00:49 by metaphorraccoon
Updated 13 March 2025 03:41:15 by metaphorraccoon