Skip to content

Commit 637febb

Browse files
authored
Replace deprecated docker-compose with docker compose in the instructions (#950)
1 parent bbad4cd commit 637febb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ open "http://localhost:4000"
4040
First build the site with Docker Compose:
4141

4242
```bash
43-
docker-compose run build
43+
docker compose run build
4444
```
4545

4646
Then you can run the site:
4747

4848
```bash
49-
docker-compose up website
49+
docker compose up website
5050
```
5151

5252
The website will be available on `http://localhost:4000`

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
# SPDX-License-Identifier: Apache-2.0
1010

1111
# usage:
12-
# docker-compose run build
12+
# docker compose run build
1313
#
14-
# docker-compose up website
14+
# docker compose up website
1515
#
1616

1717
services:

0 commit comments

Comments
 (0)