Skip to content

Commit bcb2b42

Browse files
committed
update README
1 parent eb33493 commit bcb2b42

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,9 @@ See [`CONTRIBUTING.md`](CONTRIBUTING.md).
6060

6161
The [`docker-compose.yml`](docker-comose.yml) file defines the following
6262
containers:
63-
1. **index-composer** - A Dependency Manager for PHP
64-
- This container does not have a persistent service. Expect the following
65-
message when you start the services: `index-composer exited with code 0`
66-
2. **index-phpmyadmin** - Database administration
67-
- [localhost:8003](http://localhost:8003/)
68-
3. **index-wpcli** - The command line interface for WordPress
69-
4. **index-web** - Web server (WordPress and static HTML components)
63+
1. **index-web** - Web server (WordPress and static HTML components)
7064
- **[localhost:8080](http://localhost:8080/)**
71-
5. **index-wpdb** - Database server for WordPress
65+
2. **index-db** - Database server for WordPress
7266

7367

7468
## Setup
@@ -165,7 +159,7 @@ See [`config/web-sites-available/000-default.conf`][dev-webconfig].
165159
166160
| Name | Version |
167161
| --------- | ------- |
168-
| WordPress | `6.3` |
162+
| WordPress | `6.4.3` |
169163
170164
Also see [`.env.example`](.env.example).
171165
@@ -174,7 +168,7 @@ Also see [`.env.example`](.env.example).
174168
175169
| Name | Version |
176170
| -------------------------------------------------------- | -------- |
177-
| [Advanced Custom Fields][adv-custom-fields] | `6.2.1` |
171+
| [Advanced Custom Fields][adv-custom-fields] | `6.2.7` |
178172
| [Advanced Custom Fields: Menu Chooser][acf-menu-chooser] | `1.1.0` |
179173
| [Classic Editor][classic-editor] | `1.6.3` |
180174
| [Monster Insights Google Analytics][monster-insights] | `8.19` |
@@ -209,7 +203,7 @@ Also see [`config/composer/composer.json`](config/composer/composer.json).
209203
## Stage and Prod configuration
210204
211205
The staging server and production server are configured via Salt managed in the
212-
in [creativecommons/sre-salt-prime][sre-salt-prime] repository. The list below
206+
[creativecommons/sre-salt-prime][sre-salt-prime] repository. The list below
213207
include the specifics (is non-exhaustive):
214208
- `pillars/`
215209
- [`3_HST/index/`][salt-hst-index]

0 commit comments

Comments
 (0)