From 69f0ae7e4a56cdc5b921c398114d5858e8501d60 Mon Sep 17 00:00:00 2001 From: gdgd009xcd Date: Sun, 1 Oct 2023 16:10:57 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7666441..12d5b3e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This sample application consists of following items: ### Prerequisite * docker -* docker-compose +* docker compose ### Sitemap @@ -50,7 +50,7 @@ URL: http://localhost:8110/ 1) Check whether did you get the "docker compose" tool
    $ docker compose
-     docker: 'composes' is not a docker command. <- no installed
+     docker: 'compose' is not a docker command. <- no installed
        ..OR...
      Usage:  docker compose [OPTIONS] COMMAND <- You have it. installed.
    
@@ -77,13 +77,13 @@ e.g. (on Ubuntu 22.04) $ sudo systemctl start docker -1. In apache_php_pgsql dir, execute following docker-compose command. +1. In apache_php_pgsql dir, execute following docker compose command.
  $ cd WEBSAMPSQLINJ/apache_php_pgsql
  $ sudo docker compose up -d
 
### stop application -1. In apache_php_pgsql dir, execute following docker-compose command. +1. In apache_php_pgsql dir, execute following docker compose command.
  $ cd WEBSAMPSQLINJ/apache_php_pgsql
  $ sudo docker compose down