Update compose.yaml
This commit is contained in:
+4
-4
@@ -3,15 +3,15 @@ services:
|
|||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: homepage
|
container_name: homepage
|
||||||
network_mode: "host"
|
#network_mode: "host"
|
||||||
#ports:
|
ports:
|
||||||
# - ${COMPOSE_PORT_HTTP:-3000}:3000
|
- ${COMPOSE_PORT_HTTP:-3000}:3000
|
||||||
volumes:
|
volumes:
|
||||||
- config:/app/config
|
- config:/app/config
|
||||||
- icons:/app/public/icons
|
- 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:
|
||||||
PORT: ${PORT:-3000}
|
# PORT: ${PORT:-3000}
|
||||||
HOMEPAGE_ALLOWED_HOSTS: ${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
|
||||||
HOMEPAGE_VAR_NAME: ${HOMEPAGE_VAR_NAME}
|
HOMEPAGE_VAR_NAME: ${HOMEPAGE_VAR_NAME}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user