uci-nextcloud/config

5 lines
143 B
Plaintext
Raw Normal View History

2022-11-18 09:00:18 -08:00
#!/bin/bash
[[ $1 ]] && ENV_FILE=${1}.env || ENV_FILE=.env
ENV_FILE=$ENV_FILE NEXTCLOUD_INSTALL=$2 docker-compose --env-file $ENV_FILE config