You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🎯
Focusing
David Jenner
davidjenner
🎯
Focusing
IT Technician for NHS & web designer/developer. I make videos about coding with AI & have ADHD so often switch projects so collaborations are welcome
Docker Compose FIle For Wordpress, MySQL & phpmyadmin
Wordpress & Docker
This file will setup Wordpress, MySQL & PHPMyAdmin with a single command. Add the code below to a file called "docker-compose.yaml" and run the command
$ docker-compose up -d
# To Tear Down
$ docker-compose down --volumes