Disable test service whoami
This commit is contained in:
parent
77312ecd70
commit
c817a4eaf3
2 changed files with 13 additions and 12 deletions
|
@ -4,7 +4,8 @@ function up {
|
|||
(cd "$1" && echo "[$1]" && docker compose up -d "${@:2}");
|
||||
}
|
||||
|
||||
up proxy --scale whoami=3;
|
||||
#up proxy --scale whoami=3;
|
||||
up proxy;
|
||||
up monitoring;
|
||||
up nextcloud;
|
||||
up git;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue