From b02448f0d2c01b3adf09aee2b5ab33dec93ab8f6 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:15:48 -0800 Subject: [PATCH] Add note about `/app/public` bind mounts See https://github.com/benphelps/homepage/issues/534 --- src/pages/en/configs/settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/en/configs/settings.md b/src/pages/en/configs/settings.md index 8d3ab168..dc9b7078 100644 --- a/src/pages/en/configs/settings.md +++ b/src/pages/en/configs/settings.md @@ -22,9 +22,9 @@ If you'd like to use a background image instead of the solid theme color, you ma background: https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80 ``` -Or you may pass the path to a local image relative to the `/app/public` directory, which could be configured like this, +Or you may pass the path to a local image relative to e.g. `/app/public/images` directory. *Note: do not create a bind mount to the entire `/app/public/` directory.* -Inside of your Docker Compose file, mount a path to where your images are kept: +For example, inside of your Docker Compose file, mount a path to where your images are kept: ```yaml volumes: