mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-06 14:00:58 +03:00
Add README and Docker compose file
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Firefox Send in Docker compose
|
||||
|
||||
### Usage
|
||||
- Install Docker with Docker compose
|
||||
- Clone repository
|
||||
- Run `cp .env.example .env` and configure it (see [example](#example-env))
|
||||
- Run `docker-compose up`
|
||||
- Visit your domain
|
||||
|
||||
### Example .env
|
||||
```.env
|
||||
# Host to expose Send on
|
||||
HOST=myhost
|
||||
|
||||
# Configure these to enable automatic LetsEncrypt certificate generation
|
||||
LETSENCRYPT_EMAIL=mail@example.org
|
||||
LETSENCRYPT_HOST=
|
||||
```
|
||||
Reference in New Issue
Block a user