From 831b6e51e9c74bef5d9260f65d765558e9aabbf5 Mon Sep 17 00:00:00 2001 From: joyqi Date: Mon, 6 Mar 2023 16:29:42 +0800 Subject: [PATCH] Fix typo errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6785fbe..a2d6e07 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ services: ## Port -| Image Tag | Port | Desscription | +| Image Tag | Port | Description | |-------------------------|------|----------------------------------------------------------------------------------------------------| | `*-fpm` | 9000 | FastCGI port for php-fpm. | | `*-apache` | 80 | Http port for apache. | @@ -75,7 +75,7 @@ services: You can mount some local directories to these container directories for persistent data. -| Container Directory | Desscription | +| Container Directory | Description | |-------------------------|----------------------------------------------------------------------------------------------------| | `/app/usr` | Typecho data directory. If you mount this directory to local, the following directories will be included. | | `/app/usr/plugins` | Typecho plugins directory. |