File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ pre_install_actions:
4
4
- |
5
5
#ddev-description:Create config.mongo.yaml with webimage_extra_packages in it
6
6
printf '#ddev-generated\nwebimage_extra_packages: ["php${DDEV_PHP_VERSION}-mongodb"]\n' >.ddev/config.mongo.yaml
7
- # Ensure we're on DDEV 1.23+. It's required for the `redis-commander` command (launch by port).
7
+ # Ensure we're on DDEV 1.23+. It's required for the `mongo-express` command (launch by port).
8
+ # ddev_version_constraint (see below) is only available in DDEV 1.23.4+, so we keep this check for now.
9
+ # Should be removed when DDEV 1.24 is released.
8
10
- |
9
11
#ddev-nodisplay
10
12
#ddev-description:Checking DDEV version
11
13
(ddev debug capabilities | grep corepack >/dev/null) || (echo "Please upgrade DDEV to v1.23+ to enable launching." && false)
12
14
15
+ ddev_version_constraint : " >= v1.23.0"
16
+
13
17
post_install_actions :
14
18
- |
15
19
#ddev-description:If router disabled, directly expose port
You can’t perform that action at this time.
0 commit comments