9 lines
319 B
YAML
9 lines
319 B
YAML
services:
|
|
homepage:
|
|
image: ghcr.io/gethomepage/homepage:latest
|
|
container_name: homepage
|
|
ports:
|
|
- 3001:3000
|
|
volumes:
|
|
- ${PATH_TO_CONFIG}:/app/config # Make sure your local config directory exists
|
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations |