* Runs on vulcano on port 9001 * Proxy on filicudi via [[https://ad-research.cs.uni-freiburg.de/etherpad/]] * To build Docker container: 1. {{{git clone https://github.com/ether/etherpad-lite.git}}} 2. {{{docker build --tag etherpad .}}} * To start container as service on port 9001: 1. {{{docker run --restart unless-stopped -d -p 9001:9001 etherpad}}}