mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
add --remove-orphans to cleanup command
This commit is contained in:
parent
d1e4944ff7
commit
fc33adbd13
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -28,7 +28,7 @@ restart: down up
|
|||
|
||||
# Clean up all development containers and volumes (careful!)
|
||||
clean:
|
||||
docker compose -f .devcontainer/docker-compose.yml down -v
|
||||
docker compose -f .devcontainer/docker-compose.yml down -v --remove-orphans
|
||||
|
||||
# Start production environment
|
||||
prod-up:
|
||||
|
|
|
|||
Loading…
Reference in a new issue