TimWolla / docker-adminer

Database management in a single PHP file
https://hub.docker.com/_/adminer/
157 stars 68 forks source link

[bug fix] designs/hydra/adminer.css missing, ADMINER_DESIGN: hydra #146

Open geekyouth opened 1 year ago

geekyouth commented 1 year ago

...
  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 commented 1 year ago

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 commented 1 year ago

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

geekyouth commented 5 months ago

https://github.com/TimWolla/docker-adminer/issues/166