Adopt Compose v2

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof
2022-05-10 11:06:17 +02:00
parent bc95525543
commit 30f613f1a9
68 changed files with 228 additions and 228 deletions

View File

@@ -4,7 +4,7 @@
Project structure:
```
.
└── docker-compose.yml
└── docker compose.yml
```
[_docker-compose.yml_](docker-compose.yml)
@@ -21,10 +21,10 @@ services:
...
```
## Deploy with docker-compose
## Deploy with docker compose
```
$ docker-compose up -d
$ docker compose up -d
Creating network "elasticsearch-logstash-kibana_elastic" with driver "bridge"
Creating es ... done
Creating log ... done
@@ -50,7 +50,7 @@ After the application starts, navigate to below links in your web browser:
Stop and remove the containers
```
$ docker-compose down
$ docker compose down
```
## Attribution