From eed556865e7231c8b9125cc8996a4eadf7514976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathilde=20Gr=C3=BCnig?= Date: Thu, 22 Jun 2023 15:02:20 +0200 Subject: [PATCH] switch to testing image & add email parameter --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f94c35172..3221b9d04 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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