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 fix] designs/hydra/adminer.css missing, ADMINER_DESIGN: hydra #146

Open
geekyouth opened this issue Jun 14, 2023 · 3 comments
Open

Comments

@geekyouth
Copy link

...
  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
...

image

@TimWolla
Copy link
Owner

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.

image

@geekyouth
Copy link
Author

but on my windows docker env, the adminer.css file is missing in docker adminer container....

@geekyouth
Copy link
Author

#166

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

2 participants