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
Put this on your wp-config.php
/* That's all, stop editing! Happy blogging. */
define('FS_METHOD', 'direct');
| --[[ | |
| Add Similar, testing version | |
| This program is free software; you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation; either version 2 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
Install suggested plugin
| From b04637db515edbe6ab6006391e223b25712f7a8e Mon Sep 17 00:00:00 2001 | |
| From: Pawit Pornkitprasan <p.pawit@gmail.com> | |
| Date: Tue, 27 Jan 2015 22:29:39 +0700 | |
| Subject: [PATCH] recovery: uncrypt: fix compatibility with CWM | |
| CWM and other older recoveries do not support block map, so avoid | |
| using it when possible | |
| Change-Id: I49a04676ca5193db31c87418a5760727648745f0 | |
| --- |