Skip to content

Instantly share code, notes, and snippets.

@FredyRosero
Created December 26, 2023 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FredyRosero/5672a273c30cd017dd77d9378b4f03db to your computer and use it in GitHub Desktop.
Save FredyRosero/5672a273c30cd017dd77d9378b4f03db to your computer and use it in GitHub Desktop.
A PhpMyAdmin docker cotainer just in case
docker run --name phpmyadmin \
-e MYSQL_ROOT_PASSWORD=secret \
-e PMA_ARBITRARY=1 \
-e UPLOAD_LIMIT=9999 \
--add-host=host.docker.internal:host-gateway \
-p 8080:80 \
phpmyadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment