diff --git a/docker-compose-build.yml b/docker-compose-build.yml
index bccf272929f576c6218d3209c0bbe455190a7dde..d16e7e2732fc1682a09d93e478826b11b694bcf5 100644
--- a/docker-compose-build.yml
+++ b/docker-compose-build.yml
@@ -21,6 +21,6 @@ services:
       - GITHUB_CLIENT_SECRET= 
       - GOOGLE_CLIENT_ID=
       - GOOGLE_CLIENT_SECRET=
-      - cookieNotice=1 #If you don't want to see the cookie notice set this to 0
+      - 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 e0c0b2b0194f64084235ac7b10646730449da5d2..6b5913a8edfc66f7a35dbd2b16e0ef085e45fdad 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -21,7 +21,7 @@ services:
       - GITHUB_CLIENT_SECRET= 
       - GOOGLE_CLIENT_ID=
       - GOOGLE_CLIENT_SECRET=
-      - cookieNotice=1 #If you don't want to see the cookie notice set this to 0
+      - 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