Skip to content

Commit

Permalink
Merge pull request #23 from nicolasff/docker-compose-command
Browse files Browse the repository at this point in the history
Use correct command for `docker compose`
  • Loading branch information
wasi-master authored Aug 20, 2024
2 parents c509407 + ca2eafb commit d6bee7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ It pretends to be GoogleBot (Google's web crawler) and gets the same content tha

Requirements:
- docker
- docker-compose
- Docker Compose (available as `docker compose`)

First, clone the repo to your machine then run the following commands:

```sh
git clone https://github.com/wasi-master/13ft.git
cd 13ft
docker-compose up
docker compose up
```

The image is also available from [DockerHub](https://hub.docker.com/r/wasimaster/13ft "docker pull wasimaster/13ft") or [ghcr.io](https://github.com/wasi-master/13ft/pkgs/container/13ft "docker pull ghcr.io/wasi-master/13ft:0.2.3") so the command `docker pull wasimaster/13ft` also works.
Expand Down

0 comments on commit d6bee7b

Please sign in to comment.