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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Outlook Simulator</title> | |
| <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | |
| <style> | |
| .email-client-container { |
| Ideas on automating a PC Refresh | |
| Write a powershell script to automate at job on the network every monday at midnight | |
| # Define the action to be performed (replace with your own command) | |
| $scriptPath = "C:\Path\To\Your\Script.ps1" | |
| # Define the task name | |
| $taskName = "MyScheduledTask" |
| // Header | |
| // Codex - https://developer.wordpress.org/plugins/plugin-basics/header-requirements/ | |
| /** | |
| * Plugin Name | |
| * | |
| * @package PluginPackage | |
| * @author David Jenner | |
| * @copyright David Jenner | |
| * @license GPL-2.0-or-later |
| Getting started on Github for Complete Beginners |
A Pen by David Jenner on CodePen.
A Pen by David Jenner on CodePen.
A Pen by David Jenner on CodePen.