diff --git a/docker-compose.override.yml_example b/docker-compose.override.yml_example
index 5206c72563c9a520c9b913a09a72687c32044d1a..706d9693becda40e375477fa80e6643d964c879e 100644
--- a/docker-compose.override.yml_example
+++ b/docker-compose.override.yml_example
@@ -1,6 +1,13 @@
 version: "3.9"
 
 services:
+    ### to customize the homepage, uncomment this
+    #app:
+      # environment:
+      #   - CUSTOM_HOME=True
+      # volumes:
+      #   - $PWD/app/homepage
+
     web: &web
       restart: always
       # deploy:
@@ -10,12 +17,6 @@ services:
       #     constraints:
       #       - node.hostname == frontend0
 
-      ### to customize the homepage, uncomment this
-      # environment:
-      #   - CUSTOM_HOME=True
-      # volumes:
-      #   - $PWD/app/homepage
-
     channelserver:
       restart: always
       # deploy:
diff --git a/docker-compose.yml b/docker-compose.yml
index 89b5980cd597a776019cb1c3370b13aae08a0a4d..6a3de0b94ee7816f552907e350b272416e485b68 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -15,8 +15,6 @@ services:
   web:
     <<: *app
     command: uwsgi --ini /usr/src/app/uwsgi.ini
-    volumes:
-      - logs:/user/src/app/escriptorium/logs
     expose:
       - 8000