From db1af26ec45cd906b06aecf66525a1bac61f3123 Mon Sep 17 00:00:00 2001 From: Alex Shen Date: Tue, 20 Aug 2024 13:56:08 +0800 Subject: [PATCH] fix docker compose comment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f14bdfad..a37d6924 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ services: image: ghcr.io/gethomepage/homepage:latest container_name: homepage environment: - PUID: 1000 -- optional, your user id - PGID: 1000 -- optional, your group id + PUID: 1000 # optional, your user id + PGID: 1000 # optional, your group id ports: - 3000:3000 volumes: