diff --git a/.env.sample b/.env.sample
index de18254..afebda8 100644
--- a/.env.sample
+++ b/.env.sample
@@ -47,9 +47,9 @@ DEFAULT_QUOTA="10 GB"
 ## Customization
 # THEMING_COLOR=
 # THEMING_SLOGAN=
-# COPY_ASSETS="flow_background.jpg|app:/var/www/html/themes/background.jpg"
-# COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/var/www/html/themes/logo.svg"
-# COPY_ASSETS="$COPY_ASSETS icon.png|app:/web/dist/assets/icons/icon.png"
+# COPY_ASSETS="flow_background.jpg|app:/var/www/html/themes/"
+# COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/var/www/html/themes/"
+# COPY_ASSETS="$COPY_ASSETS icon.png|app:/var/www/html/themes/"
 
 # APPS="calendar"
 
diff --git a/compose.yml b/compose.yml
index e3e0f9c..287e4ea 100644
--- a/compose.yml
+++ b/compose.yml
@@ -91,7 +91,7 @@ services:
         failure_action: rollback
         order: start-first
       labels:
-        - "coop-cloud.${STACK_NAME}.version=9.1.0+29.0.5-fpm"
+        - "coop-cloud.${STACK_NAME}.version=9.1.1+29.0.5-fpm"
         - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
         - "backupbot.backup=true"
         - "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/"