We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7638e0c commit 82eeff5Copy full SHA for 82eeff5
Makefile
@@ -33,7 +33,6 @@ help:
33
@echo " make run - Run docker-compose and create local development environment"
34
@echo " make start - Start the EXISTING $(CONTAINER) container"
35
@echo " make stop - Stop running containers"
36
- @echo " make rm - Stop and remove $(CONTAINER) container"
37
@echo " make state - View state $(CONTAINER) container"
38
@echo " make logs - View logs"
39
@@ -77,7 +76,7 @@ run:
77
76
start: run
78
79
stop:
80
- @echo "Removing $(CONTAINER) related containers ...
+ @echo "containers are specifically referenced, as to not destroy ANY persistent data"
81
docker-compose down --remove-orphans
82
83
state:
0 commit comments