There was an error while loading. Please reload this page.
1 parent af1291c commit 16e07f6Copy full SHA for 16e07f6
1 file changed
.lando.dist.yml
@@ -5,6 +5,7 @@ config:
5
webroot: workbench/public
6
php: '8.3'
7
via: nginx
8
+ database: mariadb:10.11
9
services:
10
appserver:
11
type: php:custom
@@ -14,7 +15,7 @@ services:
14
15
APP_BASE_PATH: "/app/workbench"
16
TESTBENCH_WORKING_PATH: "/app"
17
overrides:
- image: slimdeluxe/php:8.3-v1.2
18
+ image: slimdeluxe/php:8.3-v1.3
19
platform: linux/amd64
20
run:
21
- composer install --no-interaction --prefer-dist
0 commit comments