From a22c72c3484e0a3f13c634dbff1dad60bade933c Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Thu, 11 Nov 2021 10:33:30 +0100 Subject: [PATCH] README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f4e4303..08b05a3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # Hosting -My server installation recipes. +My server installation recipes (Inspired from https://github.com/tomMoulard/make-my-server) -(Inspired from https://github.com/tomMoulard/make-my-server) - -Override docker-compose command to manage separate docker-compose.yml files (non executable YAML files are ignored). +Bash function to override docker-compose command and manage multiple docker-compose.yml files (non executable YAML files are ignored). ```bash export DOCKER_COMPOSE_BIN='/usr/bin/docker compose'