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