From b00642dad9846356aa2a9ac291a61a31b17372f0 Mon Sep 17 00:00:00 2001 From: Alex Woollam Date: Thu, 26 Nov 2020 09:39:39 +0000 Subject: [PATCH] Update README.md --- wordpress-mysql/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wordpress-mysql/README.md b/wordpress-mysql/README.md index 101b5d2..dd8247b 100644 --- a/wordpress-mysql/README.md +++ b/wordpress-mysql/README.md @@ -1,5 +1,5 @@ -## Wordpress with MySQL -This example defines one of the basic setups for Wordpress. More details on how this works can be found on the official [wordpress image page](https://hub.docker.com/_/wordpress). +## WordPress with MySQL +This example defines one of the basic setups for WordPress. More details on how this works can be found on the official [wordpress image page](https://hub.docker.com/_/wordpress). Project structure: @@ -23,7 +23,7 @@ services: ... ``` -When deploying this setup, docker-compose maps the wordpress container port 80 to +When deploying this setup, docker-compose maps the wordpress container's port 80 to port 80 of the host as specified in the compose file. ## Deploy with docker-compose @@ -48,7 +48,7 @@ CONTAINER ID IMAGE COMMAND CREATED e0884a8d444d mysql:8.0.19 "docker-entrypoint.s…" 35 seconds ago Up 34 seconds 3306/tcp, 33060/tcp wordpress-mysql_db_1 ``` -Navigate to `http://localhost:80` in your web browser to access Wordpress. +Navigate to `http://localhost:80` in your web browser to access WordPress. ![page](output.jpg) @@ -61,4 +61,4 @@ $ docker-compose down To remove all Gitea data, delete the named volumes by passing the `-v` parameter: ``` $ docker-compose down -v -``` \ No newline at end of file +```