Skip to content

Commit 4bf0df8

Browse files
Locking Adminer to stable version
1 parent 24d70ad commit 4bf0df8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

DOCUMENTATION/content/documentation/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@ docker-compose up -d adminer
718718

719719
2 - Open your browser and visit the localhost on port **8080**: `http://localhost:8080`
720720

721+
**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`
721722

722723

723724

adminer/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM adminer:latest
1+
FROM adminer:4.3.0
2+
3+
# Version 4.3.1 contains PostgreSQL login errors. See docs.
4+
# See https://sourceforge.net/p/adminer/bugs-and-features/548/
25

36
MAINTAINER Patrick Artounian <partounian@gmail.com>
47

0 commit comments

Comments
 (0)