mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +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 up all development containers and volumes (careful!)
|
||||||
clean:
|
clean:
|
||||||
docker compose -f .devcontainer/docker-compose.yml down -v
|
docker compose -f .devcontainer/docker-compose.yml down -v --remove-orphans
|
||||||
|
|
||||||
# Start production environment
|
# Start production environment
|
||||||
prod-up:
|
prod-up:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue