-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as not planned
Description
Adminer version: 5.2.1
Compiled: Docker
Driver: -
Database version: -
Plugins used: tables-filter
$ docker run --rm adminer echo 1
1
# fails without any details
$ docker run --rm -e ADMINER_PLUGINS="tables-filter" adminer echo 1
$ echo $?
255
$ docker run --rm -e ADMINER_PLUGINS="tables-filter" adminer:5.1.0-standalone echo 1
1
I tried to run a dummy echo 1 with different plugins (just to see if it works on not) and it failed too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels