You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -874,14 +874,14 @@ run from any cli: <br>`curl -X PURGE https://yourwebsite.com/`.
874
874
2. How to reload varnish?<br>
875
875
`docker container exec proxy varnishreload`
876
876
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
885
885
- varnishtop
886
886
4. How to reload Nginx?<br>
887
887
`docker exec Nginx nginx -t`<br>
@@ -1085,7 +1085,6 @@ docker-compose up -d adminer
1085
1085
1086
1086
- 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`.
1087
1087
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`
1089
1088
1090
1089
1091
1090
@@ -1220,7 +1219,7 @@ docker-compose up -d elasticsearch
0 commit comments