Update compose.yaml
This commit is contained in:
+1
-3
@@ -8,11 +8,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- config:/app/config
|
- config:/app/config
|
||||||
- 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,phantom1.lan:3000,homepage.lan
|
HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_ALLOWED_HOSTS} # nostromo.lan:3000,phantom1.lan:3000,homepage.lan
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user