update compose
This commit is contained in:
+9
-3
@@ -6,9 +6,15 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/homepage/config:/app/config # Make sure your local config directory exists
|
- config:/app/config
|
||||||
- /srv/docker/homepage/icons:/app/public/icons
|
- 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
|
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
|
||||||
environment:
|
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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user