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 image: ghcr.io/gethomepage/homepage:latest
restart: unless-stopped restart: unless-stopped
container_name: homepage container_name: homepage
ports: network_mode: "host"
- ${COMPOSE_PORT_HTTP:-3000}:3000 #ports:
# - ${COMPOSE_PORT_HTTP:-3000}:3000
volumes: volumes:
- config:/app/config - config:/app/config
- icons:/app/public/icons - icons:/app/public/icons