Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ open "http://localhost:4000"
First build the site with Docker Compose:

```bash
docker-compose run build
docker compose run build
```

Then you can run the site:

```bash
docker-compose up website
docker compose up website
```

The website will be available on `http://localhost:4000`
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
# SPDX-License-Identifier: Apache-2.0

# usage:
# docker-compose run build
# docker compose run build
#
# docker-compose up website
# docker compose up website
#

services:
Expand Down