fix docker compose comment

This commit is contained in:
Alex Shen 2024-08-20 13:56:08 +08:00 committed by GitHub
parent ffd465a36a
commit db1af26ec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,8 +81,8 @@ services:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
container_name: homepage container_name: homepage
environment: environment:
PUID: 1000 -- optional, your user id PUID: 1000 # optional, your user id
PGID: 1000 -- optional, your group id PGID: 1000 # optional, your group id
ports: ports:
- 3000:3000 - 3000:3000
volumes: volumes: