Skip to content

Commit

Permalink
Add note about /app/public bind mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Dec 3, 2022
1 parent a46b239 commit b02448f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/en/configs/settings.md
Expand Up @@ -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:
Expand Down

1 comment on commit b02448f

@vercel
Copy link

@vercel vercel bot commented on b02448f Dec 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

homepage-docs – ./

homepage-docs-benphelps.vercel.app
homepage-docs.vercel.app
homepage-docs-git-main-benphelps.vercel.app

Please sign in to comment.