Update README.md
Fixed typo that fails docker compose run in the example compose file
This commit is contained in:
parent
c268739e1f
commit
1e5273814b
@ -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…
Reference in New Issue
Block a user