From d7cda6f870c16d1039630a2c459ec40e132d9387 Mon Sep 17 00:00:00 2001 From: Matthieu MALVACHE Date: Sat, 21 Feb 2026 23:57:39 +0100 Subject: [PATCH] chore(docker): use pre-built GHCR image in docker-compose Replace local build with ghcr.io/root-fr/jmap-webmail:latest so users can deploy without cloning and building the source. --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 553aa04c..7c9050dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,6 @@ services: webmail: - build: - context: . - network: host + image: ghcr.io/root-fr/jmap-webmail:latest ports: - "3000:3000" env_file: