Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] ADMINER_DESIGN: hydra, not show all columns if too much #166

Open
geekyouth opened this issue Jan 23, 2024 · 1 comment
Open

[bug] ADMINER_DESIGN: hydra, not show all columns if too much #166

geekyouth opened this issue Jan 23, 2024 · 1 comment

Comments

@geekyouth
Copy link

image

@geekyouth
Copy link
Author

i have fix the bug by below docker-compose.yaml

services:
  adminer:
    image: adminer:4.8.1-standalone
    hostname: adminer
    restart: unless-stopped
    ports:
      - "58081:8080"
    environment:
      TZ: Asia/Shanghai
      ADMINER_DEFAULT_SERVER: mysql
      ADMINER_DESIGN: hydra
      ADMINER_PLUGINS: 'tables-filter tinymce dump-json'
    volumes:
      - ./hydra.css:/var/www/html/designs/hydra/adminer.css:ro  # fix hydra style
      - ./_docker-data/:/demo/:rw
      - ./sqlite.php:/var/www/html/plugins-enabled/sqlite.php # sqlite rw

hydra.css: https://github.com/Niyko/Hydra-Dark-Theme-for-Adminer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant