Skip to main content

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"