From 9e350802b74f3976f4c28504ce6dce4a1c4353e1 Mon Sep 17 00:00:00 2001 From: David Dean Date: Sat, 3 Feb 2024 01:09:19 +0000 Subject: [PATCH] Make docker compose example copy-pastable Not formerly usable as-is, now is. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bc61685..bf495556 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: