docker-adminer icon indicating copy to clipboard operation
docker-adminer copied to clipboard

Activate firebird

Open evheniu opened this issue 8 months ago • 0 comments

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

evheniu avatar Apr 17 '25 10:04 evheniu