Update compose.yaml

This commit is contained in:
bart
2026-07-12 20:10:04 +02:00
parent 6e09d104c9
commit 2f486ba7cb
+3 -2
View File
@@ -3,8 +3,9 @@ services:
image: ghcr.io/gethomepage/homepage:latest
restart: unless-stopped
container_name: homepage
ports:
- ${COMPOSE_PORT_HTTP:-3000}:3000
network_mode: "host"
#ports:
# - ${COMPOSE_PORT_HTTP:-3000}:3000
volumes:
- config:/app/config
- icons:/app/public/icons