We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fab897 commit d4b218eCopy full SHA for d4b218e
1 file changed
docker-compose.yaml
@@ -21,7 +21,7 @@ services:
21
SOURCE_REF: ${SOURCE_REF:-}
22
SOURCE_URL: ${SOURCE_URL:-https://github.com/chatmail/relay.git}
23
BUILD_DATE: ${BUILD_DATE:-}
24
- image: ghcr.io/chatmail/docker:main
+ image: ${CHATMAIL_IMAGE:-ghcr.io/chatmail/docker:main}
25
restart: unless-stopped
26
container_name: chatmail
27
# Required for systemd — use only one of the following:
0 commit comments