docker-adminer icon indicating copy to clipboard operation
docker-adminer copied to clipboard

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

Open geekyouth opened this issue 2 years ago • 3 comments
trafficstars


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

geekyouth avatar Jun 14 '23 09:06 geekyouth

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

TimWolla avatar Jun 14 '23 13:06 TimWolla

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

geekyouth avatar Jun 15 '23 03:06 geekyouth

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

geekyouth avatar Jan 23 '24 05:01 geekyouth