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
Copy file name to clipboardExpand all lines: docs/guides/modules/orchestrate/pages/databases.adoc
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,23 @@ Redis also has a CLI available: `sudo apt-get install redis-tools ; while ! redi
135
135
136
136
* Other services, such as web servers: `+dockerize -wait http://localhost:80 -timeout 1m+`
137
137
138
+
=== Custom MySQL configuration
139
+
140
+
If you are using the CircleCI MySQL Docker image, you can customize the configuration using the xref:reference:ROOT:configuration-reference.adoc#docker[`command` key]. For example:
0 commit comments