From 36386ec4e853f40324ff14b0a430d98d2871313c Mon Sep 17 00:00:00 2001 From: Stanislav Zhuk Date: Wed, 16 Apr 2025 17:49:35 +0300 Subject: [PATCH] revert: "fix: remove all plugins (something broke in 5.2.1), fixes #37 (#38)" This reverts commit dde1b6bb509ed176a5b3425b413344ce3fbe88b5. --- README.md | 2 +- docker-compose.adminer.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afa1f57..fb0c7f8 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ All customization options (use with caution): | `ADMINER_DEFAULT_USERNAME` | `--adminer-default-username` | `db` | | `ADMINER_DESIGN` | `--adminer-design` | `` | | `ADMINER_DOCKER_IMAGE` | `--adminer-docker-image` | `adminer:standalone` | -| `ADMINER_PLUGINS` | `--adminer-plugins` | `` | +| `ADMINER_PLUGINS` | `--adminer-plugins` | `tables-filter` | ## Credits diff --git a/docker-compose.adminer.yaml b/docker-compose.adminer.yaml index c0bbe2b..a115b51 100644 --- a/docker-compose.adminer.yaml +++ b/docker-compose.adminer.yaml @@ -9,7 +9,7 @@ services: - ADMINER_DEFAULT_DB=${ADMINER_DEFAULT_DB:-db} - ADMINER_DEFAULT_USERNAME=${ADMINER_DEFAULT_USERNAME:-db} - ADMINER_DEFAULT_PASSWORD=${ADMINER_DEFAULT_PASSWORD:-db} - - ADMINER_PLUGINS=${ADMINER_PLUGINS:-} + - ADMINER_PLUGINS=${ADMINER_PLUGINS:-tables-filter} - ADMINER_DESIGN=${ADMINER_DESIGN:-} - VIRTUAL_HOST=$DDEV_HOSTNAME - HTTP_EXPOSE=9100:8080