Fixing compose file

This commit is contained in:
Avnit Bambah 2024-02-06 22:33:35 -08:00
parent 2d5cfb3a12
commit 7bf66db903

View File

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