Skip to content

Instantly share code, notes, and snippets.

@gocs
Created June 18, 2021 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gocs/4ac0b0d626affc9b745465fe3a587634 to your computer and use it in GitHub Desktop.
Save gocs/4ac0b0d626affc9b745465fe3a587634 to your computer and use it in GitHub Desktop.
adminer docker with custom css
version: '3.3'
services:
adminer:
image: adminer
restart: always
ports:
- 8080:8080
volumes:
- type: bind
source: ./adminer/adminer.css
target: /var/www/html/adminer.css
@gocs
Copy link
Author

gocs commented Jun 18, 2021

To get a CSS file (which I currently use for my dark theme):
https://github.com/Niyko/Hydra-Dark-Theme-for-Adminer/blob/master/adminer.css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment