Update README.md

Fixed typo that fails docker compose run in the example compose file
This commit is contained in:
bytebolt 2024-02-17 15:40:32 +00:00 committed by GitHub
parent c268739e1f
commit 1e5273814b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: