Skip to content

Commit

Permalink
Fix naming of docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjaszewski committed Sep 7, 2024
1 parent 037cf0a commit 97c22e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cleanup-all-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Stop and remove containers, networks, and volumes
docker compose -f docker-compose.fullstack.yml down -v
docker compose -f docker-compose.frontend-dev.yml down -v
docker compose -f docker-compose.frontend-dev-mode.yml down -v
docker compose -f docker-compose.backend-only.yml down -v

# Optionally, remove dangling volumes not associated with any container
Expand Down

0 comments on commit 97c22e5

Please sign in to comment.