Skip to content

Commit d4b218e

Browse files
committed
compose.yml: allow setting the image with $CHATMAIL_IMAGE
1 parent 2fab897 commit d4b218e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
SOURCE_REF: ${SOURCE_REF:-}
2222
SOURCE_URL: ${SOURCE_URL:-https://github.com/chatmail/relay.git}
2323
BUILD_DATE: ${BUILD_DATE:-}
24-
image: ghcr.io/chatmail/docker:main
24+
image: ${CHATMAIL_IMAGE:-ghcr.io/chatmail/docker:main}
2525
restart: unless-stopped
2626
container_name: chatmail
2727
# Required for systemd — use only one of the following:

0 commit comments

Comments
 (0)