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.
This commit is contained in:
Matthieu MALVACHE
2026-02-21 23:57:39 +01:00
committed by Matthieu MALVACHE
parent a932e1a1c7
commit d7cda6f870
+1 -3
View File
@@ -1,8 +1,6 @@
services:
webmail:
build:
context: .
network: host
image: ghcr.io/root-fr/jmap-webmail:latest
ports:
- "3000:3000"
env_file: