You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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. |
325
325
|`MSSQL_IMAGE`|`mcr.microsoft.com/mssql/server:2022-latest`| Defines a specific image that should be used when spinning up a SQL server engine. |
326
326
|`MSSQL_ACCEPT_EULA`|`Y`| Set to `Y` if you accept the [EULA from MSSQL](https://hub.docker.com/_/microsoft-mssql-server). |
327
+
|`RDS_PG_MAX_CONNECTIONS`|`0` (default) | Sets the maximum number of connections for Postgres RDS instances. |
0 commit comments