lcenchew / gitpod-phpmyadmin

When need a quick phpmyadmin, run it in Gitpod
MIT License
3 stars 0 forks source link

phpmyadmin container to work with vscode #2

Open lcenchew opened 4 years ago

lcenchew commented 4 years ago

Whether to run as dev container or use docker-compose

lcenchew commented 4 years ago

some references:

williamdes commented 4 years ago

Just a phpMyAdmin team member note: https://github.com/lcenchew/gitpod-phpmyadmin/blob/c2c70026ab7812f98a22ad554c7cc4c9323b1c74/install.sh#L7 This is bad because it can expose users to development bugs, please use STABLE branch or use the latest bundle (will remove the need of yarn and composer): https://www.phpmyadmin.net/downloads/#stable

;)