Skip to content

Activate firebird #209

Description

@evheniu

How can be enabled firebird plugin ?

I'm trying with next compose file

services:
  adminer:
    container_name: adminer
    # image: adminer
    build:
      context: .
      dockerfile: Dockerfile
    user: adminer:adminer
    restart: always
    ports:
      - 80:8080
    environment:
      ADMINER_PLUGINS: tables-filter tinymce firebird
      ADMINER_DESIGN: nette
    volumes:
      - E:\docker\adminer\data\firebird.php:/var/www/html/plugins-enabled/firebird.php
  

But always have error

adminer  | Unable to find plugin file "firebird".
adminer exited with code 0

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions