start.sh
This commit is contained in:
parent
811a7c1b46
commit
2230565376
1 changed files with 2 additions and 2 deletions
4
start.sh
4
start.sh
|
@ -9,10 +9,10 @@ set -a
|
|||
source .env
|
||||
set +a
|
||||
|
||||
docker compose -p "$OVPN_COMPOSE_NAME" up -d --force-recreate --always-recreate-deps "$@"
|
||||
|
||||
for script_file in ./start.d/*.sh
|
||||
do
|
||||
echo "Sourcing ${script_file}"
|
||||
source "${script_file}"
|
||||
done
|
||||
|
||||
docker compose -p "$OVPN_COMPOSE_NAME" up -d --force-recreate --always-recreate-deps "$@"
|
||||
|
|
Loading…
Reference in a new issue