From 99f2607e946567d76a4e966c091af3094f835bf1 Mon Sep 17 00:00:00 2001 From: Bart Sjerps Date: Sun, 7 Jun 2026 12:04:29 +0200 Subject: [PATCH] update compose --- compose.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index be674c9..426e89d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,9 +6,15 @@ services: ports: - 3000:3000 volumes: - - /srv/docker/homepage/config:/app/config # Make sure your local config directory exists - - /srv/docker/homepage/icons:/app/public/icons + - config:/app/config + - icons:/app/public/icons + # - /srv/docker/homepage/config:/app/config # Make sure your local config directory exists + # /srv/docker/homepage/icons:/app/public/icons - /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations environment: - HOMEPAGE_ALLOWED_HOSTS: nostromo.lan:3000,homepage.lan # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts + HOMEPAGE_ALLOWED_HOSTS: nostromo.lan:3000,homepage.lan + +volumes: + config: + icons: