mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 07:46:18 +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}
|
MYVEMAIL_PORT=${PORT}
|
||||||
|
|
||||||
# Optional
|
# Optional
|
||||||
# Version: edge or stable (defaults to edge)
|
# Version: latest or stable (defaults to latest)
|
||||||
MYVEMAIL_VERSION=
|
MYVEMAIL_VERSION=
|
||||||
|
|
||||||
# Additional mail domains separated by commas
|
# Additional mail domains separated by commas
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
myvemail:
|
myvemail:
|
||||||
image: git.myvelabs.com/lab/myvemail:${MYVEMAIL_VERSION:-edge}
|
image: git.myvelabs.com/lab/myvemail:${MYVEMAIL_VERSION:-latest}
|
||||||
container_name: myvemail
|
container_name: myvemail
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue