Tool to merge a lot of Ad Lists for pihole together while removing duplicates
The Tool needs a config.xml in the appdata folder. An example config file will be created if none
is present.
The Tool expects a git_folder folder in the project root where the files will be created and
updated. Be sure to already have a working git folder there were a push works and doesn't need any
username/password input from the user.
You need to map /usr/src/appdata to where you want the config.xml to be
You need to map /usr/src/git_folder to where your git folder is for the end files
version: '3.2'
services:
bot:
container_name: ADList-Merger
build: .
restart: "unless-stopped"
volumes:
- ./appdata:/usr/src/appdata
- ./git_folder:/usr/scr/git_folder
Content type
Image
Digest
sha256:a9c0584e7…
Size
340 MB
Last updated
over 2 years ago
docker pull maxwai/adlist-merger