Skip to content

Instantly share code, notes, and snippets.

@akky
Created September 25, 2019 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akky/fd5b4cd1c933f7127fcf0a648b2d7ae3 to your computer and use it in GitHub Desktop.
Save akky/fd5b4cd1c933f7127fcf0a648b2d7ae3 to your computer and use it in GitHub Desktop.
run buffer/adblockradio locally on docker
version: '3.7'
# run buffer (using adblock-radio) locally
#
# $ docker-compose up
# $ firefox http://localhost:9820/
#
services:
adblockradio:
image: adblockradio/buffer:0.1.0
ports:
- 9820:9820
volumes:
- ./config:/usr/src/adblockradio-buffer/config
- ./log:/usr/src/adblockradio-buffer/log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment