Skip to content

Commit fa2029a

Browse files
kkebokaishin
authored andcommitted
Replace deprecated docker-compose with docker compose in the instructions (#950)
1 parent 563b530 commit fa2029a

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
@@ -42,13 +42,13 @@ open "http://localhost:4000"
4242
First build the site with Docker Compose:
4343

4444
```bash
45-
docker-compose run build
45+
docker compose run build
4646
```
4747

4848
Then you can run the site:
4949

5050
```bash
51-
docker-compose up website
51+
docker compose up website
5252
```
5353

5454
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)