nyeholt / docker-silverstripe-app-server

Base SilverStripe friendly app server docker definition
1 stars 1 forks source link

Boost upload limit for simplified MySQL importing #3

Open silbinarywolf opened 7 years ago

silbinarywolf commented 7 years ago

Perhaps a good idea to boost the upload limit to something huge or at least allowing a specific app (Adminer) to allow huge file uploads so importing SQL files is easy for non-command line users.

image

Maybe even include / run a Adminer-specific Docker container? https://github.com/clue/docker-adminer/blob/master/Dockerfile

silbinarywolf commented 7 years ago

^ The reasoning for this is more to make things incredibly simply for devs that use our tooling that are just beginning or used to imports via PHPMyAdmin/similar.