Skip to content

Commit

Permalink
Add CJDNS container
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarless committed May 24, 2018
1 parent 053cc85 commit aeea377
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ services:
VIRTUAL_PORT: 4000
LETSENCRYPT_HOST: "tomesh.dev,www.tomesh.dev"
LETSENCRYPT_EMAIL: "[email protected]"

cjdns:
image: chpio/cjdns:latest
cap_add:
- NET_ADMIN
volumes:
- ./data-cjdns:/data/cjdns
devices:
- /dev/net/tun

0 comments on commit aeea377

Please sign in to comment.