Skip to content

Activate firebird #209

@evheniu

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

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