kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
6a99d88aab
commit
a0624b642c
|
@ -40,7 +40,7 @@ If you didn't set a password during installation, (see logs for warning) use
|
||||||
`mariadb-admin -u root -p<PASSWORD>`
|
`mariadb-admin -u root -p<PASSWORD>`
|
||||||
to set one at the docker prompt...
|
to set one at the docker prompt...
|
||||||
|
|
||||||
NOTE changing the MYSQL_ROOT_PASSWORD variable after the container has set up the initial databases has no effect, use the mysqladmin tool to change your mariadb password.
|
NOTE changing the MYSQL_ROOT_PASSWORD variable after the container has set up the initial databases has no effect, use the mysqladmin tool to change your MariaDB password.
|
||||||
|
|
||||||
NOTE if you want to use (MYSQL_DATABASE MYSQL_USER MYSQL_PASSWORD) **all three** of these variables need to be set you cannot pick and choose.
|
NOTE if you want to use (MYSQL_DATABASE MYSQL_USER MYSQL_PASSWORD) **all three** of these variables need to be set you cannot pick and choose.
|
||||||
|
|
||||||
|
@ -154,7 +154,7 @@ Containers are configured using parameters passed at runtime (such as those abov
|
||||||
|
|
||||||
| Parameter | Function |
|
| Parameter | Function |
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `3306` | Mariadb listens on this port. |
|
| `3306` | MariaDB listens on this port. |
|
||||||
|
|
||||||
### Environment Variables (`-e`)
|
### Environment Variables (`-e`)
|
||||||
|
|
||||||
|
@ -360,12 +360,12 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
||||||
* **07.03.19:** - Add ability to setup a database and default user on first spinup.
|
* **07.03.19:** - Add ability to setup a database and default user on first spinup.
|
||||||
* **26.01.19:** - Add pipeline logic and multi arch.
|
* **26.01.19:** - Add pipeline logic and multi arch.
|
||||||
* **10.09.18:** - Rebase to ubuntu bionic and use 10.3 mariadb repository.
|
* **10.09.18:** - Rebase to ubuntu bionic and use 10.3 MariaDB repository.
|
||||||
* **09.12.17:** - Fix continuation lines.
|
* **09.12.17:** - Fix continuation lines.
|
||||||
* **12.09.17:** - Gracefully shut down mariadb.
|
* **12.09.17:** - Gracefully shut down MariaDB.
|
||||||
* **27.10.16:** - Implement linting suggestions on database init script.
|
* **27.10.16:** - Implement linting suggestions on database init script.
|
||||||
* **11.10.16:** - Rebase to ubuntu xenial, add version labelling.
|
* **11.10.16:** - Rebase to ubuntu xenial, add version labelling.
|
||||||
* **09.03.16:** - Update to mariadb 10.1. Change to use custom.cnf over my.cnf in /config. Restructured init files to change config options on startup, rather than in the dockerfile.
|
* **09.03.16:** - Update to MariaDB 10.1. Change to use custom.cnf over my.cnf in /config. Restructured init files to change config options on startup, rather than in the dockerfile.
|
||||||
* **26.01.16:** - Change user of mysqld_safe script to abc, better unclean shutdown handling on restart.
|
* **26.01.16:** - Change user of mysqld_safe script to abc, better unclean shutdown handling on restart.
|
||||||
* **23.12.15:** - Remove autoupdating, between some version updates the container breaks.
|
* **23.12.15:** - Remove autoupdating, between some version updates the container breaks.
|
||||||
* **12.08.15:** - Initial Release.
|
* **12.08.15:** - Initial Release.
|
||||||
|
|
Ładowanie…
Reference in New Issue