Update README.md

Fix PUID and PGID variables
This commit is contained in:
Axel Garcia 2024-06-24 16:20:41 -07:00 committed by GitHub
parent b03467a832
commit 5119dfcde7
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
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: