Init this new WP setup

This commit is contained in:
Luke Murphy
2020-05-03 00:21:33 +02:00
commit a62eae3586
7 changed files with 782 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
version: "3.7"
services:
wordpress:
image: wordpress:5.4.1
depends_on:
- mariadb
mariadb:
image: mariadb:10.4