updated sample docker compose to not error out if just copied.

This commit is contained in:
Ken Schiano 2024-03-07 09:44:20 -05:00
parent a95d1b816b
commit ff42bef544

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: