Rework ob_compose alias to function
README.md and env
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||

|
||||
|
||||
⚠️ **Searching for contributors**, if you want to help, please contact me on the **[forum](https://forum.osintbuddy.com)** or on the **[discord](https://discord.gg/gsbbYHA3K3)** ⚠️
|
||||
⚠️ **Searching for contributors**, if you want to help, please contact me on the **[forum](https://forum.osintbuddy.com)** or on the **[OSINTBuddy discord](https://discord.gg/gsbbYHA3K3)** ⚠️
|
||||
|
||||
---
|
||||
</p>
|
||||
|
||||
@@ -12,7 +12,9 @@ export COMPOSE_ENV_FILES="$(pwd)/.env.alpha"
|
||||
export COMPOSE_FILE="$(pwd)/alpha-compose.yml"
|
||||
export OB_COMPOSE_OVERRIDE="$(pwd)/alpha-compose.override.yml"
|
||||
|
||||
alias ob_compose="$docker_path-compose -f $COMPOSE_FILE -f $OB_COMPOSE_OVERRIDE"
|
||||
ob_compose() {
|
||||
$docker_path-compose -f $COMPOSE_FILE -f $OB_COMPOSE_OVERRIDE "$@"
|
||||
}
|
||||
|
||||
|
||||
# Colored logs...
|
||||
|
||||
Reference in New Issue
Block a user