Changed edge tag to latest

This commit is contained in:
Myve 2024-08-19 02:13:29 +00:00
commit 5b8d699ea7
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ MYVEMAIL_DOMAIN=${DOMAIN}
MYVEMAIL_PORT=${PORT}
# Optional
# Version: edge or stable (defaults to edge)
# Version: latest or stable (defaults to latest)
MYVEMAIL_VERSION=
# Additional mail domains separated by commas

View file

@ -1,7 +1,7 @@
services:
myvemail:
image: git.myvelabs.com/lab/myvemail:${MYVEMAIL_VERSION:-edge}
image: git.myvelabs.com/lab/myvemail:${MYVEMAIL_VERSION:-latest}
container_name: myvemail
restart: unless-stopped