Skip to content

How to reference plugins in docker-compose? #123

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions