Skip to content

Instantly share code, notes, and snippets.

@charlieanstey
Created May 1, 2018 12:05
Show Gist options
  • Save charlieanstey/4cd73f95933ea4e140881fb04301a41a to your computer and use it in GitHub Desktop.
Save charlieanstey/4cd73f95933ea4e140881fb04301a41a to your computer and use it in GitHub Desktop.
#PHPMyAdmin on #Docker
docker run \
--name myadmin \
--detach \
--restart always \
--link mysql:db \
--publish 8080:80 \
phpmyadmin/phpmyadmin:4.8.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment