RustDesk:)
This commit is contained in:
parent
38e861d232
commit
8a399e7976
2 changed files with 37 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue