Skip to content

Commit 82eeff5

Browse files
committed
remove deprecated text
1 parent 7638e0c commit 82eeff5

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
@@ -33,7 +33,6 @@ help:
3333
@echo " make run - Run docker-compose and create local development environment"
3434
@echo " make start - Start the EXISTING $(CONTAINER) container"
3535
@echo " make stop - Stop running containers"
36-
@echo " make rm - Stop and remove $(CONTAINER) container"
3736
@echo " make state - View state $(CONTAINER) container"
3837
@echo " make logs - View logs"
3938

@@ -77,7 +76,7 @@ run:
7776
start: run
7877

7978
stop:
80-
@echo "Removing $(CONTAINER) related containers ...
79+
@echo "containers are specifically referenced, as to not destroy ANY persistent data"
8180
docker-compose down --remove-orphans
8281

8382
state:

0 commit comments

Comments
 (0)