Skip to content

Commit ebe805a

Browse files
committed
Swap out db-type and db-version for a more explicit db-image.
1 parent 7a840d3 commit ebe805a

File tree

8 files changed

+132
-172
lines changed

8 files changed

+132
-172
lines changed

.env.example

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,14 @@ LOCAL_PHP_XDEBUG_MODE=develop,debug
3737
LOCAL_PHP_MEMCACHED=false
3838

3939
##
40-
# The database software to use.
40+
# The database image to use.
4141
#
42-
# Supported values are `mysql` and `mariadb`.
43-
##
44-
LOCAL_DB_TYPE=mysql
45-
46-
##
47-
# The database version to use.
48-
#
49-
# Defaults to 8.0 with the assumption that LOCAL_DB_TYPE is set to `mysql` above.
42+
# Defaults to MySQL 8.0.
5043
#
5144
# When using `mysql`, see https://hub.docker.com/_/mysql for valid versions.
5245
# When using `mariadb`, see https://hub.docker.com/_/mariadb for valid versions.
5346
##
54-
LOCAL_DB_VERSION=8.4
47+
LOCAL_DB_IMAGE=mysql:8.4
5548

5649
# Whether or not to enable multisite.
5750
LOCAL_MULTISITE=false

0 commit comments

Comments
 (0)