2020-07-09 11:24:11 +02:00
2020-07-09 11:20:03 +02:00
2020-07-09 11:04:14 +02:00
2020-07-09 11:24:11 +02:00
2020-07-09 11:20:03 +02:00

Firefox Send in Docker compose

Usage

  • Install Docker with Docker compose
  • Clone repository
  • Run cp .env.example .env and configure it (see example)
  • Run docker-compose up
  • Visit your domain

Example .env

# Host to expose Send on
HOST=send.example.org

# Optional: for LetsEncrypt SSL, your email address
LETSENCRYPT_EMAIL=mail@example.org

# Optional: for LetsEncrypt SSL, same as HOST
LETSENCRYPT_HOST=
Description
☁️ Basic Docker compose configuration for Send. https://gitlab.com/timvisee/send-docker-compose
Readme 244 KiB