From d332ccb8323b08fd225a8b5b8511a784d001cc02 Mon Sep 17 00:00:00 2001 From: "Bekerle, Patrizio" <patrizio.bekerle@tugraz.at> Date: Tue, 3 Nov 2020 08:17:04 +0100 Subject: [PATCH] Remove password note --- docker-dev/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-dev/README.md b/docker-dev/README.md index 4b2e8db..1889217 100644 --- a/docker-dev/README.md +++ b/docker-dev/README.md @@ -7,7 +7,6 @@ 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