Skip to content

Commit 5ff0a7f

Browse files
committed
1 parent b400919 commit 5ff0a7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

infra/docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ possible configurations, we support only those that are typically used:
1111
```console
1212
$ ./mvnw package dockerfile:build
1313
```
14-
* Run a container with `docker-compose`:
14+
* Run a container with `docker compose`:
1515
```console
1616
$ cd infra/docker
17-
$ docker-compose up -d
17+
$ docker compose up -d
1818
```
1919
or with a plain Docker:
2020
```console

infra/docker/postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PostgreSQL database.
33
#
44
# In order to get the effective configuration, run
5-
# docker-compose -f docker-compose.yml -f postgres.yml config
5+
# docker compose -f docker-compose.yml -f postgres.yml config
66
#
77
# @todo #1034 Document how to run with PostgreSQL and docker-compose
88
#

infra/docker/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# the "prod" profile.
33
#
44
# In order to get the effective configuration, run
5-
# docker-compose -f docker-compose.yml -f prod.yml config
5+
# docker compose -f docker-compose.yml -f prod.yml config
66
#
77
version: '3'
88

0 commit comments

Comments
 (0)