uci-nextcloud/test

5 lines
150 B
Plaintext
Raw Normal View History

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