From 1e5273814b12a89660e6b7b03504861f98ea48be Mon Sep 17 00:00:00 2001 From: bytebolt <45662304+bytebolt@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:40:32 +0000 Subject: [PATCH] Update README.md Fixed typo that fails docker compose run in the example compose file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bc61685..d46998e7 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,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: