Make docker compose example copy-pastable

Not formerly usable as-is, now is.
pull/2825/head
David Dean 4 months ago committed by GitHub
parent 888349bd64
commit 9e350802b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save