Created
September 25, 2019 09:19
-
-
Save akky/fd5b4cd1c933f7127fcf0a648b2d7ae3 to your computer and use it in GitHub Desktop.
run buffer/adblockradio locally on docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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