Skip to content

Lightweight docker image with Adminer MySQL tool supporting simultaneous requests and SSL.

Notifications You must be signed in to change notification settings

zatrepalek/adminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Adminer

This repo contains dockerfile for image with Adminer supporting simultaneous requests (webserver Apache exposed on port 80).

Has in built Adminer SSL extension and suports SSL certificate contents injected via environment variable DB_SSL_CA_FILE.

Also it contains password-less plugin to be used with SQL lite (use user and password test).

Usage

Example docker-compose.yml:

version: "3.7"

services:
  adminer:
    build: .
    image: zanne/adminer
    ports:
      - 127.0.0.1:8080:80
    volumes:
      - adminer-sessions:/tmp

volumes:
  adminer-sessions: {}

This config ensures persistent login and binds Adminer to port 8080 (accessible only from host OS).

Docker Image

Pull from Docker Hub registry:

docker pull zanne/adminer:latest

See also

Adminer

About

Lightweight docker image with Adminer MySQL tool supporting simultaneous requests and SSL.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published