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 bbad4cd commit 637febbCopy full SHA for 637febb
README.md
@@ -40,13 +40,13 @@ open "http://localhost:4000"
40
First build the site with Docker Compose:
41
42
```bash
43
-docker-compose run build
+docker compose run build
44
```
45
46
Then you can run the site:
47
48
49
-docker-compose up website
+docker compose up website
50
51
52
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