diff --git a/docker-compose-build.yml b/docker-compose-build.yml
index 24efe4b98b77a48a015c63612f4085f61e9ef2c5..6cfdf3401c88e740edfcb6a93fa0ef5549a1614b 100644
--- a/docker-compose-build.yml
+++ b/docker-compose-build.yml
@@ -21,6 +21,7 @@ services:
       - GITHUB_CLIENT_SECRET= 
       - GOOGLE_CLIENT_ID=
       - GOOGLE_CLIENT_SECRET=
+      - passwordToShort= #Insert here a password, if you wan't that only you can short links.
       - cookieNotice=1 #If you don't want to see the cookie notice set this to 0. Cookies are only used for login.
 volumes:
   url_shorter_db:
\ No newline at end of file
diff --git a/docker-compose.yml b/docker-compose.yml
index 4055b139c77cdbfce6318295ae96502bcd59cf4d..34063dfda0ff45970798e18102f39caa43e68197 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -21,6 +21,7 @@ services:
       - GITHUB_CLIENT_SECRET= 
       - GOOGLE_CLIENT_ID=
       - GOOGLE_CLIENT_SECRET=
+      - passwordToShort= #Insert here a password, if you wan't that only you can short links.
       - cookieNotice=1 #If you don't want to see the cookie notice set this to 0. Cookies are only used for login.
 volumes:
   url_shorter_db: