Homepage Stack: add image & icon bind mounts
This commit is contained in:
parent
35565ace29
commit
c4826fa652
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ services:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG_PATH:-./Config}:/app/config # Make sure your local config directory exists
|
- ${CONFIG_PATH:-./Config}:/app/config # Make sure your local config directory exists
|
||||||
|
- ${ICON_PATH:-./Icons}:/app/public/icons
|
||||||
|
- ${IMAGE_PATH:-./Images}:/app/public/images
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
# - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
||||||
environment:
|
environment:
|
||||||
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS:-homepage.lan} # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
|
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS:-homepage.lan} # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue