/etherpad-docker

Dockerfile for Etherpad Lite

Primary LanguageDockerfileMIT LicenseMIT

Etherpad Lite Image with built-in MySQL.

NOT AN OFFICIAL IMAGE.

Pull from DockerHub

docker pull fnjn/etherpad:latest
docker run -d -p 80:9001 etherpad:latest

Build from Dockerfile

git clone git@github.com:Fnjn/etherpad-docker.git
cd etherpad-docker
docker build . -t etherpad:latest
docker run -d -p 80:9001 etherpad:latest

Configuration

Configure Etherpad Setting in settings.json or your_ip_addr/admin/settings.
Configure MySQL setting in database.sql.
Set etherpad w/ non-development mode export NODE_ENV=production.

Report any problem to issue page.