switch to testing image & add email parameter

This commit is contained in:
Mathilde Grünig 2023-06-22 15:02:20 +02:00
parent 8fbb4dc252
commit eed556865e
1 changed files with 2 additions and 1 deletions

View File

@ -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