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:
+1
-3
@@ -1,8 +1,6 @@
|
||||
services:
|
||||
webmail:
|
||||
build:
|
||||
context: .
|
||||
network: host
|
||||
image: ghcr.io/root-fr/jmap-webmail:latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user