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