diff --git a/docker-dev/README.md b/docker-dev/README.md
index 4b2e8db49749a968b72c394f19dd678cbae533f1..188921786ff7bdebc763f5eaebe24521e9bdc945 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