Skip to content

Commit 7638e0c

Browse files
committed
remove helper text
1 parent 0df60f4 commit 7638e0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ run:
7777
start: run
7878

7979
stop:
80-
@echo "make rm - containers are specifically referenced, as to not destroy ANY persistent data"
81-
@echo "Removing $(CONTAINER) and $(CONTAINER)_db"
80+
@echo "Removing $(CONTAINER) related containers ...
8281
docker-compose down --remove-orphans
8382

8483
state:

0 commit comments

Comments
 (0)