We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker-compose
docker compose
1 parent 563b530 commit fa2029aCopy full SHA for fa2029a
README.md
@@ -42,13 +42,13 @@ open "http://localhost:4000"
42
First build the site with Docker Compose:
43
44
```bash
45
-docker-compose run build
+docker compose run build
46
```
47
48
Then you can run the site:
49
50
51
-docker-compose up website
+docker compose up website
52
53
54
The website will be available on `http://localhost:4000`
docker-compose.yaml
@@ -9,9 +9,9 @@
9
# SPDX-License-Identifier: Apache-2.0
10
11
# usage:
12
-# docker-compose run build
+# docker compose run build
13
#
14
-# docker-compose up website
+# docker compose up website
15
16
17
services:
0 commit comments