From 76b42e0341340316dc8361832de5492a3766192e Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 24 Apr 2025 00:26:31 +0100 Subject: [PATCH] Formatting tweak --- Configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Configuration.md b/Configuration.md index 4867307..f9ec2c8 100644 --- a/Configuration.md +++ b/Configuration.md @@ -31,9 +31,9 @@ the flag you passed in. ## All Configuration Options -| Option | Config Key | Accepted Values | -|----------------------|---------------------------------------|---------------------------------------------------| -| `--php` | `environment.php.version` | Any PHP version with a valid PHP FPM Docker Image | -| `--disable-database` | `environment.database.enabled: false` | None in CLI / `true`/`false` in `spinner.yaml` | +| Option | Config Key | Accepted Values | +|----------------------|---------------------------------------|-------------------------------------------------------| +| `--php` | `environment.php.version` | Any PHP version with a valid PHP FPM Docker Image | +| `--disable-database` | `environment.database.enabled: false` | - None in CLI
- `true`/`false` in `spinner.yaml` |