Self-hosted polls and quick votes with shareable public links.
docker run -d --name poll \
-p 4409:4409 \
-v poll-data:/config \
-e POLL_PIN=your-pin \
ghcr.io/studio2201/poll:latest| Variable | Default | Description |
|---|---|---|
PORT |
4409 |
Listen port |
POLL_PIN / PIN |
(empty) | Optional access PIN (ASCII digits only, 4–64) |
DATA_DIR |
/config |
Persistent data directory |
Apache-2.0