Start Min for starting mini setting (on drax)
This commit is contained in:
parent
a3ed85b9d6
commit
fb1a41e63f
2 changed files with 12 additions and 1 deletions
|
@ -10,7 +10,7 @@ up monitoring;
|
||||||
up telegraf;
|
up telegraf;
|
||||||
up smartHome;
|
up smartHome;
|
||||||
up dashboard;
|
up dashboard;
|
||||||
up downloads;
|
up download;
|
||||||
up portainer;
|
up portainer;
|
||||||
up torrent;
|
up torrent;
|
||||||
|
|
||||||
|
|
11
start-min.sh
Executable file
11
start-min.sh
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#/bin/bash/
|
||||||
|
|
||||||
|
|
||||||
|
function up {
|
||||||
|
(cd "$1" && echo "[$1]" && docker-compose up -d "${@:2}");
|
||||||
|
}
|
||||||
|
|
||||||
|
up proxy;
|
||||||
|
up telegraf;
|
||||||
|
up portainer;
|
||||||
|
|
Loading…
Reference in a new issue