We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: