docker-compose.yml

services:
  nospam:
    image: docker.betterspamfilter.com/betterspamfilter:latest
    volumes:
      - ./config.yml:/app/config.yml
      - ./uids.json:/app/uids.json
    restart: always
      

Manual Installation of the Image

If you prefer not to connect to our Docker repository, you can download the image directly from the NoSpam Cloud at https://cloud.betterspamfilter.com.

Once downloaded, you can import the image using the following command:

docker load < betterspamfilter_v1.0.tar