Skip to content

Commit

Permalink
Merge pull request #2626 from centerofci/uninstall_docs
Browse files Browse the repository at this point in the history
Fix command in uninstall docs
  • Loading branch information
mathemancer committed Mar 2, 2023
2 parents c2987e9 + 860bed4 commit 55a1fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/installation-dc/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Here's the command to remove all the Docker images and containers set up during

=== "Linux"
```sh
sudo docker compose --profile prod down --rmi all
sudo docker compose -f /etc/mathesar/docker-compose.yml --profile prod down --rmi all -v
```

=== "MacOS"
```sh
docker compose --profile prod down --rmi all
docker compose -f /etc/mathesar/docker-compose.yml --profile prod down --rmi all -v
```

## Remove configuration files
Expand Down

0 comments on commit 55a1fed

Please sign in to comment.