Fixing the comments in line

This commit is contained in:
root
2025-11-19 05:18:21 +00:00
parent 24122fb00d
commit 74262367be

View File

@@ -9,8 +9,8 @@ services:
expose:
- "3000"
volumes:
- ./config:/app/config # repo-local config dir
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
- ./config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_HOST}
PUID: ${PUID:-1000}