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
@@ -185,7 +185,7 @@ Containers are configured using parameters passed at runtime (such as those abov
185
185
|`-e MYSQL_USER=MYSQL_USER`| This user will have superuser access to the database specified by MYSQL_DATABASE (do not use root here). |
186
186
|`-e MYSQL_PASSWORD=DATABASE_PASSWORD`| Set this to the password you want to use for you MYSQL_USER (minimum 4 characters & non-alphanumeric passwords must be properly escaped). |
187
187
|`-e REMOTE_SQL=http://URL1/your.sql,https://URL2/your.sql`| Set this to ingest sql files from an http/https endpoint (comma seperated array). |
188
-
|`-v /config`|Contains the db itself and all assorted settings.|
188
+
|`-v /config`|Persistent config files|
189
189
190
190
## Environment variables from files (Docker secrets)
191
191
@@ -363,6 +363,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
363
363
364
364
## Versions
365
365
366
+
***23.12.23:** - Rebase to Alpine 3.19.
366
367
***09.06.23:** - Update lc_messages path in shipped custom.cnf to match upstream.
367
368
***25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
368
369
***04.02.23:** - Minor updates to defaults in custom.cnf.
0 commit comments