Skip to content

Commit 40128b0

Browse files
committed
Update description
1 parent 9de68a8 commit 40128b0

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,23 @@ slightly customized/enhanced additions added:
6666
* MySQL 8.0 and Percona 8.0 by default use a new authentication mechanism which is not (yet) understood by PHP's mysqli module. For those two images, the old authentication type has been re-enabled, so you can still use it with your current PHP code.
6767

6868

69+
## Defaults
70+
71+
### Docker Image
72+
73+
| What | Value |
74+
|------------|-----------------------------|
75+
| ENTRYPOINT | `["/docker-entrypoint.sh"]` |
76+
| CMD | `["mysqld"]` |
77+
78+
### Mountpoints
79+
80+
| Path | Description |
81+
|--------------------------------|----------------------------------------|
82+
| `/etc/mysql/conf.d` | Default primary config mountpoint |
83+
| `/etc/mysql/docker-default.d/` | Additional secondary config mountpoint |
84+
85+
6986
## Docker Tags
7087

7188
For retagged information see below.

0 commit comments

Comments
 (0)