Add docker compose down alias

main
Guus van Meerveld 1 year ago committed by GitHub
parent a3fc683aea
commit a3a3cb4f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
# Docker
alias d="docker"
alias dc="docker compose up -d"
alias dcd="docker compose down --remove-orphans"
# NGINX
alias nce="$EDITOR ~/containers/nginx/config/config.js"