From 5119dfcde745a7a10d243f59f0db869bcf1d628b Mon Sep 17 00:00:00 2001 From: Axel Garcia Date: Mon, 24 Jun 2024 16:20:41 -0700 Subject: [PATCH] Update README.md Fix PUID and PGID variables --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f14bdfad..0ef0c6f7 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: