Start Min for starting mini setting (on drax)

This commit is contained in:
Florian Zirker 2022-09-12 14:37:35 +02:00
parent a3ed85b9d6
commit fb1a41e63f
2 changed files with 12 additions and 1 deletions

View file

@ -10,7 +10,7 @@ up monitoring;
up telegraf;
up smartHome;
up dashboard;
up downloads;
up download;
up portainer;
up torrent;

11
start-min.sh Executable file
View file

@ -0,0 +1,11 @@
#/bin/bash/
function up {
(cd "$1" && echo "[$1]" && docker-compose up -d "${@:2}");
}
up proxy;
up telegraf;
up portainer;