Skip to content

Commit

Permalink
fix: Remove --volumes from down command (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Mar 25, 2023
1 parent 1ec978f commit 8bcaae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion containers_sugar/sugar.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def _down(self):

self._call_compose_app(
'down',
'--volumes',
'--remove-orphans',
services=[],
)
Expand Down

0 comments on commit 8bcaae4

Please sign in to comment.