Skip to content

How to reference plugins in docker-compose? #123

@shimizurei

Description

@shimizurei

I am testing out adminer and I cannot get it to run when I add the plugin line. According to the logs, I get an exit code 255.

Compose File

version: '3.7'
services:
    adminer:
        image: 'adminer:latest'
        restart: always
        ports:
            - '8080:8080'
        environment:
            - 'ADMINER_DESIGN=dracula'
            - 'ADMINER_PLUGINS=plugin dump-json dump-zip login-password-less'

    mysql_db:
        image: 'mariadb:10.7'
        command: '--default-authentication-plugin=mysql_native_password'
        restart: always
        environment:
            MYSQL_ROOT_PASSWORD: rootpassword

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions