docs: Remove the outdated note and clean up trailing spaces

This commit is contained in:
小克 2020-09-26 02:22:21 +08:00
parent 80c4e620ac
commit 363e973f5c

View File

@ -1085,7 +1085,6 @@ docker-compose up -d adminer
- You can specify the default host with the `ADM_DEFAULT_SERVER` variable in the `.env` file. This is useful if you are connecting to an external server or a docker container named something other than the default `mysql`.
**Note:** We've locked Adminer to version 4.3.0 as at the time of writing [it contained a major bug](https://sourceforge.net/p/adminer/bugs-and-features/548/) preventing PostgreSQL users from logging in. If that bug is fixed (or if you're not using PostgreSQL) feel free to set Adminer to the latest version within [the Dockerfile](https://github.com/laradock/laradock/blob/master/adminer/Dockerfile#L1): `FROM adminer:latest`