Skip to content

Commit 363e973

Browse files
committed
docs: Remove the outdated note and clean up trailing spaces
1 parent 80c4e62 commit 363e973

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -874,14 +874,14 @@ run from any cli: <br>`curl -X PURGE https://yourwebsite.com/`.
874874
2. How to reload varnish?<br>
875875
`docker container exec proxy varnishreload`
876876
3. Which varnish commands are allowed?
877-
- varnishadm
878-
- varnishd
879-
- varnishhist
880-
- varnishlog
881-
- varnishncsa
882-
- varnishreload
883-
- varnishstat
884-
- varnishtest
877+
- varnishadm
878+
- varnishd
879+
- varnishhist
880+
- varnishlog
881+
- varnishncsa
882+
- varnishreload
883+
- varnishstat
884+
- varnishtest
885885
- varnishtop
886886
4. How to reload Nginx?<br>
887887
`docker exec Nginx nginx -t`<br>
@@ -1085,7 +1085,6 @@ docker-compose up -d adminer
10851085

10861086
- 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`.
10871087

1088-
**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`
10891088

10901089

10911090

@@ -1220,7 +1219,7 @@ docker-compose up -d elasticsearch
12201219
```bash
12211220
docker-compose exec elasticsearch /usr/share/elasticsearch/bin/plugin install {plugin-name}
12221221
```
1223-
For ElasticSearch 5.0 and above, the previous "plugin" command has been renamed to "elasticsearch-plguin".
1222+
For ElasticSearch 5.0 and above, the previous "plugin" command has been renamed to "elasticsearch-plguin".
12241223
Use the following instead:
12251224

12261225
```bash

0 commit comments

Comments
 (0)