From d66f158b2b2c4be7bcc1275aa14e997113894aa6 Mon Sep 17 00:00:00 2001 From: Daniel Hunsaker Date: Sun, 15 Jul 2018 11:58:27 -0600 Subject: [PATCH] Remove reference to `config: version` option That doesn't actually do anything, so it shouldn't be listed in the docs. --- README.md | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index eb764e1..751667a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is an MySQL Docker image used to launch a MySQL service on Nanobox. To use ```yaml data.db: - image: nanobox/mysql + image: nanobox/mysql:5.5 ``` ## MySQL Configuration Options @@ -32,9 +32,8 @@ MySQL components are configured in your `boxfile.yml`. All available configurati #### Overview of MySQL Boxfile Settings ```yaml data.db: - image: nanobox/mysql + image: nanobox/mysql:5.5 config: - version: 5.5 plugins: - federated - audit_log @@ -83,24 +82,6 @@ data.db: - testing ``` -### Version -When configuring MySQL in your Boxfile, you can define which of the following versions you'd like to use. - -- 5.5 -- 5.6 -- 5.7 - -**Note:** Due to version compatibility constraints, MySQL versions cannot be changed after the service is created. To use a different version, you'll have to create a new MySQL service and manually migrate data. - -#### version -```yaml -# default setting -data.db: - image: nanobox/mysql - config: - version: 5.6 -``` - ### Plugins This allows you to specify what MySQL plugins to load into your database service. The following plugins are available: