From f365d9a0ab25fa64e99352af43f8972ef1c371cb Mon Sep 17 00:00:00 2001 From: Ronny Grebner Date: Thu, 22 Jun 2023 11:45:52 +0000 Subject: [PATCH] Update setup.sh --- owncloud/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owncloud/setup.sh b/owncloud/setup.sh index ee4f66a..7289bd5 100644 --- a/owncloud/setup.sh +++ b/owncloud/setup.sh @@ -2,7 +2,7 @@ BASE_URL=https://git.cringe-studios.com/CringeStudios/cloud-computing/raw/branch/main/owncloud HOSTNAME=owncloud-0 -DATABASE_HOST_IP=10.0.0.40 +DATABASE_HOST_IP=10.0.1.40 apt update apt install -y docker docker-compose