Skip to content

huakwan/docker-adminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-adminer

Adminer - lightweight container with Nginx 1.20 & PHP 8.0 based on Alpine Linux

Adminer

Support

  • MySQL / MariaDB
  • PostgreSQL
  • MongoDB
  • Oracle

Build-in plugins

  • Beautiful theme (default orage theme)
  • Display foreign key name (work good with mysql)
  • Database hide
  • Suggest table fields
  • Table filter
  • Tinymce

Pre-requisite

  • Docker

Installation

git clone https://github.com/huakwan/docker-adminer.git
cd docker-adminer
docker-compose up -d

Re-create if the code changed

docker-compose build
docker-compose up -d

Set container join database network

docker network connect database [CONTAINER]

Run

http://localhost:9080/index.php

Login

login_screen_shot

About

Adminer - lightweight container with Nginx 1.20 & PHP 8.0 based on Alpine Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors