Add --remove-orphans to the rebuild script #983
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#983
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Old containers which are no longer in the compose.yaml will stay alive until till command is being run.
This was identified in the issue #959
For example RoomBookingMockupApi has been alive for 10 days while the others was restarted 2 days ago.
The container RoomBookingMockupApi was removed from the project 1 week ago.
The command: docker compose down --volumes --remove-orphans will remove all containers including undefined containers in the compose.yaml file.
#984
Merged!