docker-adminer
docker-adminer copied to clipboard
php -S runs single-threaded / DOS attack vector
Since PHP is running in single-threaded mode, opening a new tab while executing a long-running query will hang.
This can also be used for DOS attacks, since a single user can block access for everyone else by running SLEEP(1000000)
Did a bit of research, php:x.x-apache looks like a good alternative