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

pull/3078/head
Ken Schiano 3 months ago
parent a95d1b816b
commit ff42bef544

@ -70,8 +70,8 @@ services:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
container_name: homepage container_name: homepage
environment: environment:
PUID: 1000 -- optional, your user id PUID: 1000 # optional, your user id
PGID: 1000 -- optional, your group id PGID: 1000 # optional, your group id
ports: ports:
- 3000:3000 - 3000:3000
volumes: volumes:

Loading…
Cancel
Save