From 05f56571ee91e91384718fbe8ea41cb78cb1f771 Mon Sep 17 00:00:00 2001 From: "Bekerle, Patrizio" <patrizio.bekerle@tugraz.at> Date: Mon, 2 Nov 2020 11:40:02 +0100 Subject: [PATCH] Add note about credentials --- docker-compose/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose/README.md b/docker-compose/README.md index 1889217..4b2e8db 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -7,6 +7,7 @@ the symfony app. * `sudo apt install docker-compose` to install docker-compose on Debian/Ubuntu * `sudo ./build.sh` - to build the docker images and install the PHP dependencies + * You need to enter your GitLab credentials twice in the process * `sudo docker-compose up` - to run the server: http://127.0.0.1:8000 ## Running the Server -- GitLab