Skip to content

Commit

Permalink
Merge pull request #530 from pzaino/develop
Browse files Browse the repository at this point in the history
Fixed a couple of typos in the documentation
  • Loading branch information
pzaino authored Feb 4, 2025
2 parents b581f1c + 9df4e4b commit aa98bf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/docker_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ detached mode.
To stop the CROWler docker containers, run the following command:

```bash
./docker-compose down
docker compose down
```

This command will stop and remove the CROWler docker containers.
Expand All @@ -208,7 +208,7 @@ To rebuild (for example after you've downloaded a new version of the CROWler
code) the CROWler docker images from scratch, run the following command:

```bash
./docker_rebuild.sh build --no-cache
./docker-rebuild.sh build --no-cache
```

Please note: `docker_rebuild` instead of `docker-build` is used to ensure that
Expand All @@ -218,7 +218,7 @@ If, when you REbuild, you want to preserve your previous data (for example, the
database), you can run the following command:

```bash
./docker_rebuild.sh build --volumes
./docker-rebuild.sh build --volumes
```

This will ensure that the volumes are preserved when you rebuild the CROWler.
Expand Down

0 comments on commit aa98bf3

Please sign in to comment.