Run a scuttlebot server in a Docker container
371
Run a scuttlebot server in a Docker container
To run a Pub you need to have a static public IP, ideally with a DNS record (i.e.<hostname.yourdomain.tld>)
git clone https://github.com/ktorn/docker-scuttlebot.git
cd docker-scuttlebot
docker build -t scuttlebot .
mkdir ~/sbot-data
docker run --name sbot \
-d -v ~/sbot-data/:/root/.ssb/ \
-e HOST="<hostname.yourdomain.tld>" \
-p 8008:8008 -p 8008:8008/udp \
--restart always scuttlebot
Content type
Image
Digest
Size
273.3 MB
Last updated
almost 10 years ago
docker pull groupsky/docker-scuttlebot