Skip to content

Commit

Permalink
Add shout, the self-hosted web IRC client
Browse files Browse the repository at this point in the history
  • Loading branch information
daGrevis committed Jun 3, 2016
1 parent 708cdd0 commit 6cd37bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Expand Up @@ -25,3 +25,14 @@ services:
CASHOUT_DBPATH: /var/cashout/default.db
CASHOUT_APPROOT: /cashout
restart: always

shout:
container_name: shout
image: arbourd/shout
volumes:
- ~/.shout:/shout
ports:
- '9000:9000'
environment:
PRIVATE: "true"
restart: always

0 comments on commit 6cd37bb

Please sign in to comment.