Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 903 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 903 Bytes

Adminer Docker Image

Build Status Docker Pulls

Docker Hub: https://hub.docker.com/r/edyan/adminer

A lightweight Docker container (~ 10MB!) with an embedded version of Adminer (PHP7 on Alpine).

For now, only the following PHP extensions have been installed : DBLib (SQLServer), MySQL, PostgreSQL, SQLite, MongoDB and ODBC.

Case of password less databases (SQLite)

Enter the "default" password is password to let adminer login.

Usage

Add the following to your docker-compose.yml file:

adminer:
    image: edyan/adminer

Changing theme

If you want to change the theme, override the file /app/adminer.css by mounting a volume.