We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a popular request, e.g. in #36 where an implementation was proposed
The text was updated successfully, but these errors were encountered:
There is etherpad-and-draw-node-alpine at https://github.com/fspc/etherpad-and-draw-node-alpine. The etherpad Dockerfile and entrypoint.sh is a fork of your project altered to work with alpine linux and rehashed to work with etherdraw.
Sorry, something went wrong.
Hello, here a docker-compose.yml example:
version: '3' services: db: image: mariadb:latest restart: on-failure:5 # to pass mariadb passords env_file: mariadb.env volumes: - db:/var/lib/mysql app: image: tvelocity/etherpad-lite restart: unless-stopped # to pass env variables env_file: etherpad.env ports: - "8080:9000" depends_on: - db volumes: db:
No branches or pull requests
This is a popular request, e.g. in #36 where an implementation was proposed
The text was updated successfully, but these errors were encountered: