https://github.com/tozd/docker-etherpad
Etherpad Docker image. Read-only mirror of https://gitlab.com/tozd/docker/etherpad
https://github.com/tozd/docker-etherpad
docker docker-image etherpad
Last synced: about 2 months ago
JSON representation
Etherpad Docker image. Read-only mirror of https://gitlab.com/tozd/docker/etherpad
- Host: GitHub
- URL: https://github.com/tozd/docker-etherpad
- Owner: tozd
- Created: 2015-05-26T09:22:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-08-31T09:54:26.000Z (10 months ago)
- Last Synced: 2025-10-08T19:56:00.896Z (8 months ago)
- Topics: docker, docker-image, etherpad
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# tozd/etherpad
Available as:
- [`tozd/etherpad`](https://hub.docker.com/r/tozd/etherpad)
- [`registry.gitlab.com/tozd/docker/etherpad`](https://gitlab.com/tozd/docker/etherpad/container_registry)
## Image inheritance
[`tozd/base`](https://gitlab.com/tozd/docker/base) ← [`tozd/dinit`](https://gitlab.com/tozd/docker/dinit) ← `tozd/etherpad`
## Tags
- `latest`: Etherpad Lite v1.8.18
## Volumes
- `/var/log/etherpad`: Log files when `LOG_TO_STDOUT` is not set to `1`.
## Variables
- `LOG_TO_STDOUT`: If set to `1` output logs to stdout (retrievable using `docker logs`) instead of log volumes.
## Ports
- `9001/tcp`: HTTP port on which Etherpad listens.
## Description
Image provides [Etherpad](https://github.com/ether/etherpad-lite).
You can mount Etherpad's `settings.json` file into `/etherpad/settings.json` inside the container.
Alternatively, you can set environment variables which will then Etherpad substitute in settings template
at the first run. See [the template](https://github.com/tozd/etherpad-lite/blob/develop/settings.json.template) and available environment variables.
When `LOG_TO_STDOUT` is set to `1`, Docker image logs output to stdout and stderr. All stdout output is JSON.
## GitHub mirror
There is also a [read-only GitHub mirror available](https://github.com/tozd/docker-etherpad),
if you need to fork the project there.