Update README and tweak default STACK_DIR

This commit is contained in:
3wc
2020-09-22 16:13:18 +02:00
parent b01fee3c86
commit 427ed97678
2 changed files with 26 additions and 1 deletions

2
abra
View File

@ -92,7 +92,7 @@ if [ -z "$COMPOSE_FILE" ]; then
fi
if [ -z "$ABRA_STACK_DIR" ]; then
ABRA_STACK_DIR="../stacks/$SERVICE"
ABRA_STACK_DIR="stacks/$SERVICE"
fi
###### Safety checks