Skip to content

Commit 1edcc6d

Browse files
committed
docs
1 parent 13d9938 commit 1edcc6d

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ HOST_IMAGES='i.project.test'
1010
HOST_WORDPRESS='cms.project.test'
1111
HOST_ADMINER='adminer.project.test'
1212

13-
ADMINER_USER='...'
14-
ADMINER_PASSWORD='...'
13+
ADMINER_USER="user"
14+
ADMINER_PASSWORD="$$pass$$wo$$d"

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Dockerized Wordpress
2-
Dockerized [Bedrock (Wordpress)](https://roots.io/bedrock/) with Nginx, MySQL, [Imgproxy](https://imgproxy.net/) and S3 backups running on [Traefik](https://github.com/traefik/traefik).
2+
Dockerized [Bedrock (Wordpress)](https://roots.io/bedrock/) running on [Traefik](https://github.com/traefik/traefik) with:
3+
4+
- PHP8 (php-fpm)
5+
- Nginx
6+
- Supervisor (checking nginx and php-fpm)
7+
- MySQL 8
8+
- Adminer
9+
- [Imgproxy](https://imgproxy.net/) (optional)
10+
- S3 backups (optional)
311

412
## Run
513

@@ -49,4 +57,13 @@ Then generate the username/password and update them in the `.env` file.
4957

5058
```bash
5159
$ echo $(htpasswd -nb user password) | sed -e s/\\$/\\$\\$/g
60+
```
61+
62+
## Wordpress upgrade & plugins installation
63+
64+
See https://roots.io/bedrock/docs/composer/.
65+
66+
```bash
67+
composer require wpackagist-plugin/akismet
68+
composer require roots/wordpress:X.Y -W
5269
```

0 commit comments

Comments
 (0)