We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031717d commit 8b3ce95Copy full SHA for 8b3ce95
core/manifest/config/config.yaml
@@ -46,7 +46,7 @@ server:
46
dumpRouterMap: false # Whether to print all route lists when the Server starts. Default is true
47
48
# Version
49
- version: "3.2"
+ version: "4.0"
50
51
viewer:
52
Paths: ["template"]
docker-compose.yml
@@ -170,7 +170,7 @@ services:
170
- webmail
171
172
core-billionmail:
173
- image: billionmail/core:3.2.2
+ image: billionmail/core:4.0.0
174
hostname: core-manage
175
depends_on:
176
- pgsql-billionmail
0 commit comments