mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:26:19 +00:00
Changed edge tag to latest
This commit is contained in:
parent
41e5941d01
commit
5b8d699ea7
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue