Update compose.yaml

This commit is contained in:
bart
2026-07-12 15:09:54 +02:00
parent 394820f84e
commit 7b5fa09f7b
+1 -1
View File
@@ -4,7 +4,7 @@ services:
restart: unless-stopped
container_name: homepage
ports:
- 3000:3000
- ${COMPOSE_PORT_HTTP:-3000}:3000
volumes:
- config:/app/config
- icons:/app/public/icons