Compare commits

..

No commits in common. "20f835915c5365b090a9a5b7d1242f5e11d8795e" and "e891babb85757d3c52567a6e129038cc688b6343" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
BASE_URL=https://git.cringe-studios.com/CringeStudios/cloud-computing/raw/branch/main/loadbalancer
HOSTNAME=loadbalancer
HOSTNAME=team07-loadbalancer
apt update
apt install -y docker docker-compose

View File

@ -1,7 +1,7 @@
#!/bin/bash
BASE_URL=https://git.cringe-studios.com/CringeStudios/cloud-computing/raw/branch/main/owncloud
HOSTNAME=owncloud-0
HOSTNAME=team07-owncloud-0
apt update
apt install -y docker docker-compose