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
... adminer: image: adminer:4.8.1 hostname: adminer restart: unless-stopped ports: - "8080:8080" command: | php -S [::]:8080 -t /var/www/html; wget https://raw.githubusercontent.com/Niyko/Hydra-Dark-Theme-for-Adminer/master/adminer.css -O /var/www/html/designs/hydra/adminer.css environment: ADMINER_DEFAULT_SERVER: db ADMINER_DESIGN: hydra networks: - external ...
The text was updated successfully, but these errors were encountered:
I do not understand this issue. What is the problem? The hydra design is working just fine for me and is included with the Docker Image.
hydra
Sorry, something went wrong.
but on my windows docker env, the adminer.css file is missing in docker adminer container....
#166
No branches or pull requests
The text was updated successfully, but these errors were encountered: