docker-adminer
docker-adminer copied to clipboard
ADMINER_DEFAULT_SERVER does not work in fastcgi mode
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.