Adminer •

Adminer is a full-featured database management tool with native support for many database types.

Overview

Screen Shot 2025-03-09 at 19.11.23.png

Adminer is a full-featured database management tool with native support for many database types.

Tryout an Adminer demo.

Media

Screenshots

Adminer v4.17.1

Screen Shot 2025-03-09 at 19.11.23.png Screen Shot 2025-03-09 at 19.11.42.png Screen Shot 2025-03-09 at 19.12.13.png
Screen Shot 2025-03-09 at 19.12.43.png

Setup & Configuration

We need to install the service through Portainer and configure any necessary settings.

Setup & Configuration

Preparation

There are some things we need to do in preparation to install this service.

Volumes

Database Files

This service will need access to the folder where embedded databases, such as SQLite, are stored.  It is not recommended to access databases that are in use.

Ensure your user has permissions to access the folder.


Setup & Configuration

Installation

The service can be installed through the Portainer web interface. 

Learn about creating a new stack.

Docker Compose

Use the following code to install the service:

---
services:
  adminer:
    restart: unless-stopped
    image: adminer
    container_name: adminer
    ports:
    - "8222:8080"
Setup & Configuration

Updating

Re-Deploy the Stack

This service has been optimized for running in Docker. 

This allows you to re-deploy the stack through Portainer to download the latest updates. 

User Manual

Development

This software is released under the GPL-2.0 license

You can contribute by submitting issue requests through their GitHub

The development team also accepts sponsorships.

Resources

Official