From: Nicolas Boisselier Date: Mon, 28 Nov 2016 21:55:21 +0000 (+0000) Subject: docker.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=790fa29aca1ef160630ee5c0c559fa7865b6e18f;p=nb.git docker.sh --- diff --git a/etc/profile.d/docker.sh b/etc/profile.d/docker.sh index 6dd5460c..410ccdf6 100644 --- a/etc/profile.d/docker.sh +++ b/etc/profile.d/docker.sh @@ -19,7 +19,7 @@ if is_prompt && which docker-machine > /dev/null && [ -z "$MYVIMRC" ]; then fi if which docker-compose > /dev/null; then -docker_compose_force() { +docker_compose_up_force() { docker-compose up --force-recreate --build --remove-orphans -d $@ } fi