Skip to content

Commit

Permalink
add MSSQL_ACCEPT_EULA docs for RDS (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored Dec 14, 2024
1 parent 81af892 commit e595eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/references/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ Please consult the [migration guide]({{< ref "user-guide/aws/lambda#migrating-to
| `RDS_MYSQL_DOCKER` | `1` (default) \| `0` | Whether to disable MySQL engines (and use MariaDB instead). MySQL engine for cluster/instances will start in a new docker container. If you have troubles running MySQL in docker, you can disable the feature. |
| `MYSQL_IMAGE` | `mysql:8.0` | Defines a specific MySQL image that should be used when spinning up the MySQL engine. Only available if `RDS_MYSQL_DOCKER` is enabled. |
| `MSSQL_IMAGE` | `mcr.microsoft.com/mssql/server:2022-latest` | Defines a specific image that should be used when spinning up a SQL server engine. |
| `MSSQL_ACCEPT_EULA` | `Y` | Set to `Y` if you accept the [EULA from MSSQL](https://hub.docker.com/_/microsoft-mssql-server). |

### S3

Expand Down

0 comments on commit e595eac

Please sign in to comment.