uci-nextcloud/start

4 lines
118 B
Bash
Executable File

#!/bin/bash
[[ $1 ]] && ENV_FILE=${1}.env || ENV_FILE=.env
export ENV_FILE; docker-compose --env-file $ENV_FILE up -d