mirror of https://github.com/xwiki-labs/cryptpad
switch to testing image & add email parameter
This commit is contained in:
parent
8fbb4dc252
commit
eed556865e
|
@ -3,12 +3,13 @@ version: '3.8'
|
|||
|
||||
services:
|
||||
cryptpad:
|
||||
image: "crytpad/cryptpad:latest"
|
||||
image: "crytpad/cryptpad:testing"
|
||||
hostname: cryptpad
|
||||
|
||||
environment:
|
||||
- CPAD_MAIN_DOMAIN=example.com
|
||||
- CPAD_SANDBOX_DOMAIN=sandbox.example.com
|
||||
- CPAD_ADMIN_EMAIL=username@example.com
|
||||
|
||||
volumes:
|
||||
- ./data/blob:/cryptpad/blob
|
||||
|
|
Loading…
Reference in New Issue