Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 409 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 409 Bytes

Docker container for slack-irc

Installation

git clone https://github.com/caktux/slackbridge

Configuration

Copy config.json.sample to config.json and edit to your liking.

Building and running

Build the docker container and run it with:

cd slackbridge/docker
docker build -t slackbridge .
docker run -d -t slackbridge

Enjoy :)