Skip to content
This repository was archived by the owner on Nov 1, 2019. It is now read-only.
/ adminer Public archive

⚠️ UNMAINTAINED - Adminer database management tool docker image

Notifications You must be signed in to change notification settings

hardware/adminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

hardware/adminer

adminer

What is this ?

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.

Features

  • Lightweight & secure image (no root process)
  • Based on Alpine Linux
  • Latest adminer version (4.7.2)
  • MySQL/MariaDB/PostgreSQL/SQLite drivers

Built-time variables

  • VERSION : version of adminer (default: 4.7.2)
  • SHA256_HASH : SHA256 hash of adminer php file
  • THEME : alternative design (default: pepa-linha), view full list.

Ports

  • 8888

Docker-compose.yml

version: "3"

services:
  adminer:
    image: hardware/adminer
    container_name: adminer
    depends_on:
      - mariadb

  mariadb:
    image: mariadb:10.2
    container_name: mariadb
    volumes:
      - /mnt/docker/mysql/db:/var/lib/mysql
    environment:
      - MYSQL_ROOT_PASSWORD=xxxx

Screenshots

screenshot1 screenshot2

About

⚠️ UNMAINTAINED - Adminer database management tool docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published