Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgd009xcd authored Oct 1, 2023
1 parent e6f329b commit 69f0ae7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This sample application consists of following items:
### Prerequisite

* docker
* docker-compose
* docker compose

### Sitemap

Expand Down Expand Up @@ -50,7 +50,7 @@ URL: http://localhost:8110/
1) Check whether did you get the "docker compose" tool
<PRE>
$ 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.
</PRE>
Expand All @@ -77,13 +77,13 @@ e.g. (on Ubuntu 22.04)
$ sudo systemctl start docker
</PRE>

1. In apache_php_pgsql dir, execute following docker-compose command.
1. In apache_php_pgsql dir, execute following docker compose command.
<PRE>
$ cd WEBSAMPSQLINJ/apache_php_pgsql
$ sudo docker compose up -d
</PRE>
### stop application
1. In apache_php_pgsql dir, execute following docker-compose command.
1. In apache_php_pgsql dir, execute following docker compose command.
<PRE>
$ cd WEBSAMPSQLINJ/apache_php_pgsql
$ sudo docker compose down
Expand Down

0 comments on commit 69f0ae7

Please sign in to comment.