1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-28 11:55:42 +00:00
Files
boring-nginx
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
boinc
cowrie
cryptpad
Dockerfile
README.md
run.sh
freshrss
ghost
isso
kippo-graph
libresonic
lutim
lychee
mastodon
mediawiki
nginx
parsoid
pgbouncer
rainloop
reverse
rtorrent-flood
rutorrent
tor
LICENSE
README.md
dockerfiles/unmaintained/cryptpad
2017-12-06 14:03:08 +01:00
..
2017-12-06 14:03:08 +01:00
2017-12-06 14:03:08 +01:00
2017-12-06 14:03:08 +01:00

wonderfall/cryptpad

The Zero Knowledge Cloud.

Features

  • Based on Alpine Linux
  • Bundled with latest node.js available.

Build-time variables

  • VERSION : version of Cryptpad

Environment variables

  • UID : user id (default : 991)
  • GID : group id (default : 991)

Volumes

  • /cryptpad/datastore : Cryptpad data
  • /cryptpad/customize : Cryptpad custom files

Ports

docker-compose.yml sample

cryptpad:
  image: wonderfall/cryptpad
  container_name: cryptpad
  environment:
    - UID=1444
    - GID=1444
  volumes:
    - /mnt/docker/cryptpad/files:/cryptpad/datastore
    - /mnt/docker/cryptpad/customize:/cryptpad/customize