TimWolla / docker-adminer

Database management in a single PHP file
https://hub.docker.com/_/adminer/
157 stars 69 forks source link

ADMINER_DEFAULT_SERVER does not work in fastcgi mode #168

Open ademaro opened 4 months ago

ademaro commented 4 months ago

I've tried everything, but I can't get this directive to work. I've spent several hours setting up fastcgi for nginx (I mean this line: fastcgi_param SCRIPT_FILENAME /var/www/html/index.php;)

Maybe something additional should be done to make environment variables work in fastcgi mode?

I will be grateful for any hints, I have not found solutions in other issues.