fixed password pbm when creating env files
This commit is contained in:
8
Makefile
8
Makefile
@@ -19,10 +19,10 @@ down:
|
||||
docker compose -f ${DOCKERCOMPOSEPATH} -v down
|
||||
|
||||
destroy:
|
||||
docker compose -f ${DOCKERCOMPOSEPATH} down -v --rmi all --remove-orphans
|
||||
docker ps -aq | xargs --no-run-if-empty docker rm -f
|
||||
docker images -aq | xargs --no-run-if-empty docker rmi -f
|
||||
docker volume ls -q | xargs --no-run-if-empty docker volume rm
|
||||
- docker compose -f ${DOCKERCOMPOSEPATH} down -v --rmi all --remove-orphans
|
||||
- docker ps -aq | xargs --no-run-if-empty docker rm -f
|
||||
- docker images -aq | xargs --no-run-if-empty docker rmi -f
|
||||
- docker volume ls -q | xargs --no-run-if-empty docker volume rm
|
||||
|
||||
stop:
|
||||
docker compose -f ${DOCKERCOMPOSEPATH} stop
|
||||
|
||||
Reference in New Issue
Block a user