Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Nov 13, 2020
1 parent 9de68a8 commit 40128b0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,23 @@ slightly customized/enhanced additions added:
* 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.


## Defaults

### Docker Image

| What | Value |
|------------|-----------------------------|
| ENTRYPOINT | `["/docker-entrypoint.sh"]` |
| CMD | `["mysqld"]` |

### Mountpoints

| Path | Description |
|--------------------------------|----------------------------------------|
| `/etc/mysql/conf.d` | Default primary config mountpoint |
| `/etc/mysql/docker-default.d/` | Additional secondary config mountpoint |


## Docker Tags

For retagged information see below.
Expand Down

0 comments on commit 40128b0

Please sign in to comment.