RustDesk:)

This commit is contained in:
Florian Zirker 2023-03-08 17:33:18 +01:00
parent 38e861d232
commit 8a399e7976
2 changed files with 37 additions and 1 deletions

View file

@ -1,6 +1,5 @@
#/bin/bash/
function up {
(cd "$1" && echo "[$1]" && docker compose up -d "${@:2}");
}
@ -13,3 +12,4 @@ up wallabag;
up www;
up firefoxsync;
up push;
up rustdesk;