From 89d7ade711b096615e1065e4b538204a99fb3516 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Mon, 9 Aug 2021 15:02:36 +0200 Subject: [PATCH] Update setup --- setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup b/setup index 1ec93dbce..ace8e9573 100644 --- a/setup +++ b/setup @@ -1,3 +1,4 @@ +sysctl vm.overcommit_memory=1 sudo apt update sudo apt install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - @@ -7,4 +8,4 @@ apt-cache policy docker-ce sudo apt install docker-ce sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose -docker-compose up \ No newline at end of file +docker-compose up